adding tests

This commit is contained in:
Andy Eschbacher 2015-06-08 15:01:50 -04:00
parent 424564e324
commit 9cb1fe30d8
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
A