zhuqi-lucas commented on code in PR #19042: URL: https://github.com/apache/datafusion/pull/19042#discussion_r2594624935
########## benchmarks/bench.sh: ########## @@ -99,6 +99,9 @@ clickbench_partitioned: ClickBench queries against partitioned (100 files) parqu clickbench_pushdown: ClickBench queries against partitioned (100 files) parquet w/ filter_pushdown enabled clickbench_extended: ClickBench \"inspired\" queries against a single parquet (DataFusion specific) +# Sorted Data Benchmarks (ORDER BY Optimization) +data_sorted_clickbench: ClickBench queries on pre-sorted data using prefer_existing_sort (tests sort elimination optimization) Review Comment: Good point @alamb , it's not late, i addressed in latest PR, thanks! -- 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]
