Fix parquet insert .test files.

This commit is contained in:
Nong Li
2013-04-12 13:53:11 -07:00
committed by Henry Robinson
parent 49160d0ad8
commit 58631d9ce0
2 changed files with 19 additions and 19 deletions

View File

@@ -3,54 +3,54 @@
---- QUERY
insert overwrite table customer
select * from tpcds.customer
---- PARTITIONS
---- RESULTS
: 100000
====
---- QUERY
insert overwrite table customer_address
select * from tpcds.customer_address
---- PARTITIONS
---- RESULTS
: 50000
====
---- QUERY
insert overwrite table customer_demographics
select * from tpcds.customer_demographics
---- PARTITIONS
---- RESULTS
: 1920800
====
---- QUERY
insert overwrite table date_dim
select * from tpcds.date_dim
---- PARTITIONS
---- RESULTS
: 73049
====
---- QUERY
insert overwrite table household_demographics
select * from tpcds.household_demographics
---- PARTITIONS
---- RESULTS
: 7200
====
---- QUERY
insert overwrite table item
select * from tpcds.item
---- PARTITIONS
---- RESULTS
: 18000
====
---- QUERY
insert overwrite table promotion
select * from tpcds.promotion
---- PARTITIONS
---- RESULTS
: 300
====
---- QUERY
insert overwrite table store
select * from tpcds.store
---- PARTITIONS
---- RESULTS
: 12
====
---- QUERY
insert overwrite table time_dim
select * from tpcds.time_dim
---- PARTITIONS
---- RESULTS
: 86400
====

View File

@@ -3,60 +3,60 @@
---- QUERY
insert overwrite table customer
select * from tpch.customer
---- PARTITIONS
---- RESULTS
: 150000
====
---- QUERY
insert overwrite table lineitem
select * from tpch.lineitem
---- PARTITIONS
---- RESULTS
: 6001215
====
---- QUERY
insert overwrite table max_revenue
select * from tpch.max_revenue
---- PARTITIONS
---- RESULTS
: 1
====
---- QUERY
insert overwrite table nation
select * from tpch.nation
---- PARTITIONS
---- RESULTS
: 25
====
---- QUERY
insert overwrite table orders
select * from tpch.orders
---- PARTITIONS
---- RESULTS
: 1500000
====
---- QUERY
insert overwrite table part
select * from tpch.part
---- PARTITIONS
---- RESULTS
: 200000
====
---- QUERY
insert overwrite table partsupp
select * from tpch.partsupp
---- PARTITIONS
---- RESULTS
: 800000
====
---- QUERY
insert overwrite table region
select * from tpch.region
---- PARTITIONS
---- RESULTS
: 5
====
---- QUERY
insert overwrite table revenue
select * from tpch.revenue
---- PARTITIONS
---- RESULTS
: 10000
====
---- QUERY
insert overwrite table supplier
select * from tpch.supplier
---- PARTITIONS
---- RESULTS
: 10000
====