adriangb commented on code in PR #22660:
URL: https://github.com/apache/datafusion/pull/22660#discussion_r3338103032


##########
benchmarks/sql_benchmarks/h2o/init/load_join_big_parquet.sql:
##########
@@ -0,0 +1,7 @@
+CREATE EXTERNAL TABLE x STORED AS PARQUET LOCATION 
'data/h2o/J1_1e9_NA_0.parquet';
+
+CREATE EXTERNAL TABLE small STORED AS PARQUET LOCATION 
'data/h2o/J1_1e9_1e3_0.parquet';
+
+CREATE EXTERNAL TABLE medium STORED AS PARQUET LOCATION 
'data/h2o/J1_1e9_1e6_0.parquet';

Review Comment:
   @Omega359 this does look like a real finding comparing to the existing TPCH 
scripts:
   
   
https://github.com/apache/datafusion/blob/d070a8b1f1a3c2afe53043cefd11b0af7c818116/benchmarks/sql_benchmarks/tpch/init/load_csv.sql#L8



-- 
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