alamb commented on PR #5292: URL: https://github.com/apache/arrow-datafusion/pull/5292#issuecomment-1472548235
I ran this command against both main and this branch: ``` cargo run --release --bin parquet -- sort --path ~/access-log-gen/ --scale-factor 1.0 ``` The results seem to be consistent with the microbenchmarks reported above that this branch is currently slower in several cases [main_sort.txt](https://github.com/apache/arrow-datafusion/files/10994136/main_sort.txt) [new_sort.txt](https://github.com/apache/arrow-datafusion/files/10994137/new_sort.txt) -- 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]
