mirror of
https://github.com/apache/impala.git
synced 2026-01-08 03:02:48 -05:00
Fix IMPALA-129, IMPALA-534, and other scanner bugs.
Change-Id: Idbd29af3fcc35b9e1173d08ac55b5780751c5938 Reviewed-on: http://gerrit.ent.cloudera.com:8080/196 Tested-by: jenkins <kitchen-build@cloudera.com> Reviewed-by: Skye Wanderman-Milne <skye@cloudera.com> Tested-by: Skye Wanderman-Milne <skye@cloudera.com>
This commit is contained in:
committed by
Henry Robinson
parent
67a5de52cc
commit
b9ea32e9b7
@@ -17,11 +17,10 @@ string
|
||||
'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
|
||||
#
|
||||
#====
|
||||
---- QUERY
|
||||
select count(*) from alltypessmall
|
||||
---- TYPES
|
||||
bigint
|
||||
---- RESULTS
|
||||
100
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user