comphead commented on PR #10747: URL: https://github.com/apache/datafusion/pull/10747#issuecomment-2143046669
I checked the TPCH benchmarks passes with SMJ on and row counts are the same ``` RUST_BACKTRACE=1 RESULTS_NAME=smj ./benchmarks/bench.sh run tpch_smj RUST_BACKTRACE=1 RESULTS_NAME=hj ./benchmarks/bench.sh run tpch RUST_BACKTRACE=1 RESULTS_NAME=smj10 ./benchmarks/bench.sh run tpch_smj10 RUST_BACKTRACE=1 RESULTS_NAME=hj10 ./benchmarks/bench.sh run tpch10 ``` -- 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]
