mirror of
https://github.com/apache/impala.git
synced 2026-01-05 21:00:54 -05:00
Create tables used by insert tests in a supported insert format
This commit is contained in:
committed by
Henry Robinson
parent
ac7fb11da3
commit
5f81becd84
@@ -330,7 +330,7 @@ bigint
|
||||
====
|
||||
---- QUERY
|
||||
# show that the hdfs table has identical results
|
||||
select count(*) from functional.alltypesagg where smallint_col is null and string_col is not null
|
||||
select count(*) from alltypesagg where smallint_col is null and string_col is not null
|
||||
---- TYPES
|
||||
bigint
|
||||
---- RESULTS
|
||||
@@ -348,7 +348,7 @@ bigint
|
||||
====
|
||||
---- QUERY
|
||||
# Compare this hdfs-equivalent query with the above one.
|
||||
select count(*) from functional.alltypesagg where smallint_col is null
|
||||
select count(*) from alltypesagg where smallint_col is null
|
||||
---- TYPES
|
||||
bigint
|
||||
---- RESULTS
|
||||
|
||||
Reference in New Issue
Block a user