We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cd774 commit 54b4d1aCopy full SHA for 54b4d1a
framework/resources/Datasources/hive_storage/tpcds100/tpcds100_hive.ddl
@@ -1077,7 +1077,7 @@ STORED AS PARQUET
1077
LOCATION '/drill/testdata/tpcds_sf100/parquet/catalog_returns';
1078
1079
drop table if exists tpcds100_parquet.web_returns;
1080
-create table tpcds100_parquet.web_returns (
+create external table tpcds100_parquet.web_returns (
1081
wr_returned_date_sk int,
1082
wr_returned_time_sk int,
1083
wr_item_sk int,
0 commit comments