zhuqi-lucas commented on PR #23840: URL: https://github.com/apache/datafusion/pull/23840#issuecomment-5128097344
Splitting this into smaller reviewable PRs as discussed with @alamb / @rluvaton. First one is up: - **#23990** — `RowValues` (multi-column `Rows`) cache. This carries the largest share of the win (the multi-column sort_tpch queries). Follow-ups will add the single-column string cursors (`ByteArrayValues` / `StringViewArray`) and the `has_nulls` null-wrapper fast path, each on top of the previous once merged. Keeping this PR open as the umbrella / benchmark reference until the series lands. -- 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]
