From 58631d9ce0610bc8dfe1fa5c6cf81885644729eb Mon Sep 17 00:00:00 2001 From: Nong Li Date: Fri, 12 Apr 2013 13:53:11 -0700 Subject: [PATCH] Fix parquet insert .test files. --- .../tpcds/queries/insert_parquet.test | 18 ++++++++--------- .../tpch/queries/insert_parquet.test | 20 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/testdata/workloads/tpcds/queries/insert_parquet.test b/testdata/workloads/tpcds/queries/insert_parquet.test index f3bc6d236..1050af26a 100644 --- a/testdata/workloads/tpcds/queries/insert_parquet.test +++ b/testdata/workloads/tpcds/queries/insert_parquet.test @@ -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 ==== diff --git a/testdata/workloads/tpch/queries/insert_parquet.test b/testdata/workloads/tpch/queries/insert_parquet.test index 5d74f28ee..fb7dd29a1 100644 --- a/testdata/workloads/tpch/queries/insert_parquet.test +++ b/testdata/workloads/tpch/queries/insert_parquet.test @@ -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 ====