ryux1 commented on PR #24319: URL: https://github.com/apache/datafusion/pull/24319#issuecomment-5284652381
Thanks @comphead — added in 890be61bd: - row-count cases for 1, 128, 8,192, and 65,536 rows with four primitive columns - primitive, `List<Int64>`, and two-field `Struct<Int64, Int64>` layout cases at 8,192 rows - concrete run-end encoded parity cases for all three legal index widths The updated A/B tables are in the PR description. The row-count cases stay essentially flat as expected for buffer traversal; measured speedups are 7.49–7.97x for four primitive columns, 9.39x for lists, and 8.86x for structs. `cargo fmt`, workspace Clippy with all targets/features, the focused memory tests, the full extended workspace test command, and the expanded Criterion benchmark all pass locally. Ready for another look. -- 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]
