ryux1 commented on issue #24310: URL: https://github.com/apache/datafusion/issues/24310#issuecomment-5302559258
The follow-up review work is now implemented in #24319 at b6414cd88, rebased onto current `main`. In addition to the original allocation reduction, the PR now has no panic-based array-dispatch path, includes concrete byte/list-view parity coverage, and benchmarks the shared-buffer hash-join pattern by reusing one counter across 32 zero-copy slices. Against current `main`, that shared-slice case measures 6.75x / 5.45x / 5.37x faster at 4 / 16 / 64 columns respectively on the same machine. All review threads have been answered and resolved; CI has restarted on the rebased head. -- 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]
