Create tables used by insert tests in a supported insert format

This commit is contained in:
Lenni Kuff
2013-03-26 18:14:16 -07:00
committed by Henry Robinson
parent ac7fb11da3
commit 5f81becd84
14 changed files with 103 additions and 96 deletions

View File

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