Open
Conversation
dantengsky
added a commit
to dantengsky/fuse-query
that referenced
this pull request
Nov 20, 2025
- upgrade arrow* + parquet crates to v56 - patch iceberg to use arrow 56 as well databendlabs/iceberg-rust#4 - patch orc-rust to use arrow 56 as well datafuse-extras/orc-rust#1 - patch arrow-udf-runtime to use arrow 56 as well datafuse-extras/arrow-udf#1 - bump arrow* from 55 to 56 - bump tonic from 0.12 to 0.13 - bump pyo3 from 0.24.1 to 0.25 - bump pyo3-build-config from 0.24 to 0.25 - bump pyo3-build-config from 0.24.2 to 0.25 - bump pyo3 from 0.24 to 0.25
11 tasks
dantengsky
added a commit
to dantengsky/fuse-query
that referenced
this pull request
Nov 20, 2025
- upgrade arrow* + parquet crates to v56 - patch iceberg to use arrow 56 as well databendlabs/iceberg-rust#4 - patch orc-rust to use arrow 56 as well datafuse-extras/orc-rust#1 - patch arrow-udf-runtime to use arrow 56 as well datafuse-extras/arrow-udf#1 - bump arrow* from 55 to 56 - bump tonic from 0.12 to 0.13 - bump pyo3 from 0.24.1 to 0.25 - bump pyo3-build-config from 0.24 to 0.25 - bump pyo3-build-config from 0.24.2 to 0.25 - bump pyo3 from 0.24 to 0.25
bohutang
pushed a commit
to databendlabs/databend
that referenced
this pull request
Nov 21, 2025
* refactor: bump arrow*/parquet to 56 - upgrade arrow* + parquet crates to v56 - patch iceberg to use arrow 56 as well databendlabs/iceberg-rust#4 - patch orc-rust to use arrow 56 as well datafuse-extras/orc-rust#1 - patch arrow-udf-runtime to use arrow 56 as well datafuse-extras/arrow-udf#1 - bump arrow* from 55 to 56 - bump tonic from 0.12 to 0.13 - bump pyo3 from 0.24.1 to 0.25 - bump pyo3-build-config from 0.24 to 0.25 - bump pyo3-build-config from 0.24.2 to 0.25 - bump pyo3 from 0.24 to 0.25 * fix: tweak logic tests Meta data that marks the parquet writer version has been changed to 'parquet-rs version 56.2.0', thus some cases that expect exact parquet file size need to be tweaked. * fix: tweak logic tests * tweak logic tests * fix: tweak logic tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor: bump arrow to version 56