-
Notifications
You must be signed in to change notification settings - Fork 173
chore(rust): Bump the arrow-datafusion group in /rust with 6 updates #3884
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
Closed
Conversation
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
Member
|
CC @eitsupi perhaps? |
a2ee17c to
8ba6589
Compare
Bumps the arrow-datafusion group in /rust with 6 updates: | Package | From | To | | --- | --- | --- | | [arrow-array](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-buffer](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-schema](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [arrow-select](https://github.com/apache/arrow-rs) | `57.1.0` | `57.2.0` | | [datafusion](https://github.com/apache/datafusion) | `51.0.0` | `52.0.0` | | [datafusion-substrait](https://github.com/apache/datafusion) | `51.0.0` | `52.0.0` | Updates `arrow-array` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.1.0...57.2.0) Updates `arrow-buffer` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.1.0...57.2.0) Updates `arrow-schema` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.1.0...57.2.0) Updates `arrow-select` from 57.1.0 to 57.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.1.0...57.2.0) Updates `datafusion` from 51.0.0 to 52.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@51.0.0...52.0.0) Updates `datafusion-substrait` from 51.0.0 to 52.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@51.0.0...52.0.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-buffer dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-schema dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-select dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: datafusion dependency-version: 52.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion - dependency-name: datafusion-substrait dependency-version: 52.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: arrow-datafusion ... Signed-off-by: dependabot[bot] <support@github.com>
8ba6589 to
a6ca1e5
Compare
Contributor
|
I'll check it out tonight! |
Contributor
|
I opened #3894 |
lidavidm
pushed a commit
that referenced
this pull request
Jan 15, 2026
Supersede #3884 Although some warnings are issued when upgrading arrow (apache/arrow-rs#8891), if we avoid deprecated functions and use newly introduced functions, we will lose compatibility with previous arrow versions. Therefore, I ignored the warnings here.
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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.
Bumps the arrow-datafusion group in /rust with 6 updates:
57.1.057.2.057.1.057.2.057.1.057.2.057.1.057.2.051.0.052.0.051.0.052.0.0Updates
arrow-arrayfrom 57.1.0 to 57.2.0Release notes
Sourced from arrow-array's releases.
... (truncated)
Changelog
Sourced from arrow-array's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
arrow-bufferfrom 57.1.0 to 57.2.0Release notes
Sourced from arrow-buffer's releases.
... (truncated)
Changelog
Sourced from arrow-buffer's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
arrow-schemafrom 57.1.0 to 57.2.0Release notes
Sourced from arrow-schema's releases.
... (truncated)
Changelog
Sourced from arrow-schema's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
arrow-selectfrom 57.1.0 to 57.2.0Release notes
Sourced from arrow-select's releases.
... (truncated)
Changelog
Sourced from arrow-select's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
datafusionfrom 51.0.0 to 52.0.0Commits
bc043c3[branch-52] Prepare 52.0.0 release version number and changelog (#19661)69eca52[branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (#19659)...1ac18a3[branch-52] Backportlist_files_cache, and make default ListingFilesCache t...d5dae86[branch-52] Split BatchPartitioner::try_new into hash and round-robin constru...04e6cee[branch-52] Remove dependency onrust_decimal, remove ignore of `RUSTSEC-20...aee5cd9fix(functions): Make translate function postgres compatible (#19630)ff38480Refactorpercentile_contto clarify support input types (#19611)2d56253fix(spark): Use wrapping addition/subtraction inSparkDateAddand `SparkDat...9b2505cfix(doc): close #19393, make upgrading guide match v51 api (#19648)ada0923Respect execution timezone in to_timestamp and related functions (#19078)Updates
datafusion-substraitfrom 51.0.0 to 52.0.0Commits
bc043c3[branch-52] Prepare 52.0.0 release version number and changelog (#19661)69eca52[branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (#19659)...