Files
impala/testdata/workloads/functional-query/queries/QueryTest/hdfs-tiny-scan.test
2014-01-08 10:48:09 -08:00

28 lines
408 B
Plaintext

====
---- QUERY
select * from tinytable
---- TYPES
string, string
---- RESULTS
'aaaaaaa','bbbbbbb'
'ccccc','dddd'
'eeeeeeee','f'
====
---- QUERY
select a from tinytable
---- TYPES
string
---- RESULTS
'aaaaaaa'
'ccccc'
'eeeeeeee'
====
# This fails due to IMP-636. Re-enable it once that bug gets fixed.
#---- QUERY
# select description1 from zipcode_incomes limit 10
#---- TYPES
#string
#---- RESULTS
#
#====