Browse Source

Fixed ship_mode table location

chetnachaudhari 9 năm trước cách đây
mục cha
commit
66a4ebe99e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ddl-tpcds/text/alltables.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};