Ship_mode table location and Query49 fixes
@@ -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};
@@ -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