zhuqi-lucas commented on code in PR #13996: URL: https://github.com/apache/datafusion/pull/13996#discussion_r1903608854
########## benchmarks/bench.sh: ########## @@ -80,6 +80,9 @@ clickbench_1: ClickBench queries against a single parquet file clickbench_partitioned: ClickBench queries against a partitioned (100 files) parquet clickbench_extended: ClickBench \"inspired\" queries against a single parquet (DataFusion specific) external_aggr: External aggregation benchmark +h2o_small: h2oai benchmark with small dataset (1e7 rows), default file format is parquet +h2o_medium: h2oai benchmark with medium dataset (1e8 rows), default file format is parquet +h2o_big: h2oai benchmark with large dataset (1e9 rows), default file format is parquet Review Comment: Thank you @2010YOUY01 for review, good suggestion, addressed in latest PR. -- 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]
