Omega359 commented on code in PR #22660: URL: https://github.com/apache/datafusion/pull/22660#discussion_r3343507793
########## benchmarks/sql_benchmarks/h2o/init/load_join_big_csv.sql: ########## @@ -0,0 +1,7 @@ +CREATE EXTERNAL TABLE x STORED AS CSV LOCATION 'data/h2o/J1_1e9_NA_0.csv'; + +CREATE EXTERNAL TABLE small STORED AS CSV LOCATION 'data/h2o/J1_1e9_1e3_0.csv'; + +CREATE EXTERNAL TABLE medium STORED AS CSV LOCATION 'data/h2o/J1_1e9_1e6_0.csv'; Review Comment: Good catch, I'll update this -- 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]
