Omega359 commented on code in PR #24803:
URL: https://github.com/apache/datafusion/pull/24803#discussion_r3889888015


##########
benchmarks/sql_benchmarks/tpch/init/load_mem.sql:
##########
@@ -14,18 +14,103 @@ CREATE EXTERNAL TABLE orders_raw STORED AS PARQUET 
LOCATION '${DATA_DIR:-data}/t
 
 CREATE EXTERNAL TABLE lineitem_raw STORED AS PARQUET LOCATION 
'${DATA_DIR:-data}/tpch_sf${BENCH_SIZE:-1}/lineitem/lineitem.1.parquet';
 
-CREATE TABLE nation as SELECT * FROM nation_raw;
+CREATE TABLE nation

Review Comment:
   full schema required for primary key.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to