rluvaton commented on PR #23493: URL: https://github.com/apache/datafusion/pull/23493#issuecomment-4990450633
> I tested locally and saw that these benchmarks for some weird reasons are not going through the code path I optimized as some should (the sorted case), investigating Found the issue, the benchmarks only going to the path of single batch per stream (since this is how it is coming from in mem sort in `SortExec`) added optimization for single batch -- 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]
