Files
impala/testdata/workloads/functional-query/queries/QueryTest/uda.test
Skye Wanderman-Milne 9d05d6d03a Allow UDF tests to run in parallel.
Change-Id: I9512d4a6920c4a71383d9374eb5feb303c3db85d
Reviewed-on: http://gerrit.ent.cloudera.com:8080/727
Reviewed-by: Skye Wanderman-Milne <skye@cloudera.com>
Tested-by: Skye Wanderman-Milne <skye@cloudera.com>
2014-01-08 10:53:47 -08:00

23 lines
320 B
Plaintext

====
---- QUERY
select hll(int_col) from functional.alltypestiny;
---- TYPES
string
---- RESULTS
'2'
====
---- QUERY
select test_count(int_col) from functional.alltypestiny;
---- TYPES
bigint
---- RESULTS
8
====
---- QUERY
select test_count(int_col) from functional.alltypesagg;
---- TYPES
bigint
---- RESULTS
9990
====