-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[WIP] Update to arrow, parquet 57.1.0
#18820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| | alltypes_plain.parquet | 1851 | 6957 | 2 | page_index=false | | ||
| | alltypes_tiny_pages.parquet | 454233 | 267014 | 2 | page_index=true | | ||
| | lz4_raw_compressed_larger.parquet | 380836 | 996 | 2 | page_index=false | | ||
| | alltypes_plain.parquet | 1851 | 8882 | 2 | page_index=false | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the metadata didn't actually get bigger, we just actually included the encryption information (better reporting)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I looked into it more and I think the size growth is a bug. See
|
🤖 |
|
🤖: Benchmark completed Details
|
|
🤖 |
| query TTT | ||
| select arrow_typeof(column1), arrow_typeof(column2), arrow_typeof(column3) from arrays; | ||
| ---- | ||
| List(nullable List(nullable Int64)) List(nullable Float64) List(nullable Utf8) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously the DataType parsing code did not handle this syntax (it only supported List(Float64)). We have now made the display and parsing consistent, see apache/arrow-rs#8649 (comment) for background and details
| | alltypes_plain.parquet | 1851 | 6957 | 2 | page_index=false | | ||
| | alltypes_tiny_pages.parquet | 454233 | 267014 | 2 | page_index=true | | ||
| | lz4_raw_compressed_larger.parquet | 380836 | 996 | 2 | page_index=false | | ||
| | alltypes_plain.parquet | 1851 | 8882 | 2 | page_index=false | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I looked into it more and I think the size growth is a bug. See
|
🤖: Benchmark completed Details
|
fafb102 to
191db07
Compare
Which issue does this PR close?
57.1.0(November 2025) arrow-rs#8464Rationale for this change
Get latest and greatest code from arrow
What changes are included in this PR?
TODO:
Are these changes tested?
Yes, by CI
Are there any user-facing changes?
No