adding tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
WITH data AS (
|
||||
SELECT pow(x,3)::numeric x FROM generate_series(-100,100) x
|
||||
)
|
||||
SELECT CDB_DistType(array_agg(x)) FROM data
|
||||
@@ -0,0 +1 @@
|
||||
A
|
||||
Reference in New Issue
Block a user