Uh oh!
There was an error while loading. Please reload this page.
Upgrade DataFusion to arrow-rs/parquet 58.0.0 / object_store 0.13.0 - #19728
Conversation
Uh oh!
There was an error while loading. Please reload this page.
| | alltypes_plain.parquet | 1851 | 8882 | 2 | page_index=false | | ||
| | alltypes_tiny_pages.parquet | 454233 | 269266 | 2 | page_index=true | | ||
| | lz4_raw_compressed_larger.parquet | 380836 | 1347 | 2 | page_index=false | | ||
| | alltypes_tiny_pages.parquet | 454233 | 269074 | 2 | page_index=true | |
There was a problem hiding this comment.
I think this reduction in metadata size is a direct consequence of @WaterWhisperer's PR to improve PageEncoding representation
Dandandan
commented
Jan 10, 2026
Run benchmarks |
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
alamb
commented
Feb 26, 2026
run benchmarks |
alamb-ghbot
commented
Feb 26, 2026
🤖 |
alamb-ghbot
commented
Feb 26, 2026
🤖: Benchmark completed Details |
alamb
commented
Feb 26, 2026
run benchmarks |
alamb-ghbot
commented
Feb 26, 2026
🤖 |
alamb-ghbot
commented
Feb 26, 2026
🤖: Benchmark completed Details |
mbutrovich
left a comment
There was a problem hiding this comment.
Just a small question. Thanks for doing the heavy lifting on this update, @alamb!
Uh oh!
There was an error while loading. Please reload this page.
alamb
commented
Feb 28, 2026
Thanks again @mbutrovich |
@alamb : According to a bisect, this change introduced some failures (on macOS arm64) for: cargo test -p datafusion-physical-plan sort_merge_joinIt looks like the merge queue ran those though, which is mysterious. |
…apache#19728) ## Which issue does this PR close? - Follow on to apache#19355 - related to apache/arrow-rs#8466 - Closesapache#17455 ## Rationale for this change Keep datafusion up to date (and test Arrow using DataFusion tests) ## What changes are included in this PR? <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> --------- Co-authored-by: Daniël Heres <danielheres@gmail.com>
Which issue does this PR close?
58.0.0(January 2026) arrow-rs#8466Rationale for this change
Keep datafusion up to date (and test Arrow using DataFusion tests)
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?