Browse Source

Merge pull request #6 from chetnachaudhari/changes

Ship_mode table location and Query49 fixes
Gopal V 9 years ago
parent
commit
a58873293f
2 changed files with 1 additions and 2 deletions
  1. 1 1
      ddl-tpcds/text/alltables.sql
  2. 0 1
      sample-queries-tpcds/query49.sql

+ 1 - 1
ddl-tpcds/text/alltables.sql

@@ -373,7 +373,7 @@ create external table ship_mode(
 ,     sm_contract               string                      
 )
 row format delimited fields terminated by '|' 
-location '${LOCATION}/ship_model';
+location '${LOCATION}/ship_mode';
 create database if not exists ${DB};
 use ${DB};
 

+ 0 - 1
sample-queries-tpcds/query49.sql

@@ -74,7 +74,6 @@ select
                          and cs_sold_date_sk = d_date_sk
                          and d_year = 2000
                          and d_moy = 12
-			 and cs_sold_date between '2000-12-01' and '2000-12-31'
                  group by cs.cs_item_sk
  	) in_cat
  ) catalog