Uh oh!
There was an error while loading. Please reload this page.
Update Dependency to arrow/parquet 55.1.0 - #16012
Conversation
| Struct([Field { name: "c0", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) Struct([Field { name: "a", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "b", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) | ||
| Struct([Field { name: "c0", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) Struct([Field { name: "a", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "b", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) | ||
| Struct([Field { name: "c0", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) Struct([Field { name: "a", data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "b", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }]) | ||
| Struct(c0 Int32) Struct(a Int32, b Utf8) |
There was a problem hiding this comment.
This change is due to how Struct's are displayed due to
from @goldmedal ❤️
55.1.055.1.0alamb
commented
May 11, 2025
🤖 |
alamb
commented
May 11, 2025
🤖: Benchmark completed Details |
alamb
commented
May 11, 2025
🤖 |
alamb
commented
May 11, 2025
🤖: Benchmark completed Details |
Which issue does this PR close?
N/a
Rationale for this change
We released a new version of arrow which is faster and better, so let's update it in DataFusion
What changes are included in this PR?
Update to latest arrow
Are these changes tested?
By existing tests
Are there any user-facing changes?
No