Explorar o código

Fixed ship_mode table location

chetnachaudhari %!s(int64=9) %!d(string=hai) anos
pai
achega
66a4ebe99e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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};