Skip to content

chore(rust): bump the arrow-datafusion group in /rust with 4 updates#3270

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/arrow-datafusion-79e111a591
Closed

chore(rust): bump the arrow-datafusion group in /rust with 4 updates#3270
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/arrow-datafusion-79e111a591

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps the arrow-datafusion group in /rust with 4 updates: arrow-array, arrow-buffer, arrow-schema and arrow-select.

Updates arrow-array from 55.2.0 to 56.0.0

Release notes

Sourced from arrow-array's releases.

arrow 56.0.0

Changelog

56.0.0 (2025-07-29)

Full Changelog

Breaking changes:

Implemented enhancements:

  • [parquet] Relax type restriction to allow writing dictionary/native batches for same column #8004
  • Support casting int64 to interval #7988 [arrow]
  • [Variant] Add ListBuilder::with_value for convenience #7951 [parquet]
  • [Variant] Add ObjectBuilder::with_field for convenience #7949 [parquet]
  • [Variant] Impl PartialEq for VariantObject #7943 #7948
  • [Variant] Offer simdutf8 as an optional dependency when validating metadata #7902 [parquet] [arrow]
  • [Variant] Avoid collecting offset iterator #7901 [parquet]
  • [Variant] Remove superfluous check when validating monotonic offsets #7900 [parquet]
  • [Variant] Avoid extra allocation in ObjectBuilder #7899 [parquet]
  • [Variant][Compute] variant_get kernel #7893 [parquet]
  • [Variant][Compute] Add batch processing for Variant-JSON String conversion #7883 [parquet]
  • Support MapArray in lexsort #7881 [arrow]

... (truncated)

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

Commits
  • 876585c Fix doc test in avro-arrow (#8020)
  • 9423040 Prepare for 56.0.0 release: Update version and CHANGELOG.md (#8014)
  • 079d4f2 Improve memory usage for arrow-row -> String/BinaryView when utf8 validatio...
  • d634ac8 Implement full-range i256::to_f64 to eliminate ±∞ saturation for Decimal256...
  • cbadec7 Add benchmark for converting StringViewArray with mixed short and long string...
  • 2418c59 [Parquet] Allow writing compatible DictionaryArrays to parquet writer (#8005)
  • 625e6ee Perf: improve sort via partition_validity to use fast path for bit map scan...
  • 499de7d Create empty buffer for a buffer specified in the C Data Interface with lengt...
  • 00a2f73 [Variant] impl FromIterator for VariantPath (#8011)
  • 1d9afbc Minor: Upate cast_with_options docs about casting integers --> intervals (#...
  • Additional commits viewable in compare view

Updates arrow-buffer from 55.2.0 to 56.0.0

Release notes

Sourced from arrow-buffer's releases.

arrow 56.0.0

Changelog

56.0.0 (2025-07-29)

Full Changelog

Breaking changes:

Implemented enhancements:

  • [parquet] Relax type restriction to allow writing dictionary/native batches for same column #8004
  • Support casting int64 to interval #7988 [arrow]
  • [Variant] Add ListBuilder::with_value for convenience #7951 [parquet]
  • [Variant] Add ObjectBuilder::with_field for convenience #7949 [parquet]
  • [Variant] Impl PartialEq for VariantObject #7943 #7948
  • [Variant] Offer simdutf8 as an optional dependency when validating metadata #7902 [parquet] [arrow]
  • [Variant] Avoid collecting offset iterator #7901 [parquet]
  • [Variant] Remove superfluous check when validating monotonic offsets #7900 [parquet]
  • [Variant] Avoid extra allocation in ObjectBuilder #7899 [parquet]
  • [Variant][Compute] variant_get kernel #7893 [parquet]
  • [Variant][Compute] Add batch processing for Variant-JSON String conversion #7883 [parquet]
  • Support MapArray in lexsort #7881 [arrow]

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

Commits
  • 876585c Fix doc test in avro-arrow (#8020)
  • 9423040 Prepare for 56.0.0 release: Update version and CHANGELOG.md (#8014)
  • 079d4f2 Improve memory usage for arrow-row -> String/BinaryView when utf8 validatio...
  • d634ac8 Implement full-range i256::to_f64 to eliminate ±∞ saturation for Decimal256...
  • cbadec7 Add benchmark for converting StringViewArray with mixed short and long string...
  • 2418c59 [Parquet] Allow writing compatible DictionaryArrays to parquet writer (#8005)
  • 625e6ee Perf: improve sort via partition_validity to use fast path for bit map scan...
  • 499de7d Create empty buffer for a buffer specified in the C Data Interface with lengt...
  • 00a2f73 [Variant] impl FromIterator for VariantPath (#8011)
  • 1d9afbc Minor: Upate cast_with_options docs about casting integers --> intervals (#...
  • Additional commits viewable in compare view

Updates arrow-schema from 55.2.0 to 56.0.0

Release notes

Sourced from arrow-schema's releases.

arrow 56.0.0

Changelog

56.0.0 (2025-07-29)

Full Changelog

Breaking changes:

Implemented enhancements:

  • [parquet] Relax type restriction to allow writing dictionary/native batches for same column #8004
  • Support casting int64 to interval #7988 [arrow]
  • [Variant] Add ListBuilder::with_value for convenience #7951 [parquet]
  • [Variant] Add ObjectBuilder::with_field for convenience #7949 [parquet]
  • [Variant] Impl PartialEq for VariantObject #7943 #7948
  • [Variant] Offer simdutf8 as an optional dependency when validating metadata #7902 [parquet] [arrow]
  • [Variant] Avoid collecting offset iterator #7901 [parquet]
  • [Variant] Remove superfluous check when validating monotonic offsets #7900 [parquet]
  • [Variant] Avoid extra allocation in ObjectBuilder #7899 [parquet]
  • [Variant][Compute] variant_get kernel #7893 [parquet]
  • [Variant][Compute] Add batch processing for Variant-JSON String conversion #7883 [parquet]
  • Support MapArray in lexsort #7881 [arrow]

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

Historical Changelog

Commits
  • 876585c Fix doc test in avro-arrow (#8020)
  • 9423040 Prepare for 56.0.0 release: Update version and CHANGELOG.md (#8014)
  • 079d4f2 Improve memory usage for arrow-row -> String/BinaryView when utf8 validatio...
  • d634ac8 Implement full-range i256::to_f64 to eliminate ±∞ saturation for Decimal256...
  • cbadec7 Add benchmark for converting StringViewArray with mixed short and long string...
  • 2418c59 [Parquet] Allow writing compatible DictionaryArrays to parquet writer (#8005)
  • 625e6ee Perf: improve sort via partition_validity to use fast path for bit map scan...
  • 499de7d Create empty buffer for a buffer specified in the C Data Interface with lengt...
  • 00a2f73 [Variant] impl FromIterator for VariantPath (#8011)
  • 1d9afbc Minor: Upate cast_with_options docs about casting integers --> intervals (#...
  • Additional commits viewable in compare view

Updates arrow-select from 55.2.0 to 56.0.0

Release notes

Sourced from arrow-select's releases.

arrow 56.0.0

Changelog

56.0.0 (2025-07-29)

Full Changelog

Breaking changes:

Implemented enhancements:

  • [parquet] Relax type restriction to allow writing dictionary/native batches for same column #8004
  • Support casting int64 to interval #7988 [arrow]
  • [Variant] Add ListBuilder::with_value for convenience #7951 [parquet]
  • [Variant] Add ObjectBuilder::with_field for convenience #7949 [parquet]
  • [Variant] Impl PartialEq for VariantObject #7943 #7948
  • [Variant] Offer simdutf8 as an optional dependency when validating metadata #7902 [parquet] [arrow]
  • [Variant] Avoid collecting offset iterator #7901 [parquet]
  • [Variant] Remove superfluous check when validating monotonic offsets #7900 [parquet]
  • [Variant] Avoid extra allocation in ObjectBuilder #7899 [parquet]
  • [Variant][Compute] variant_get kernel #7893 [parquet]
  • [Variant][Compute] Add batch processing for Variant-JSON String conversion #7883 [parquet]
  • Support MapArray in lexsort #7881 [arrow]

... (truncated)

Changelog

Sourced from arrow-select's changelog.

Historical Changelog

Commits
  • 876585c Fix doc test in avro-arrow (#8020)
  • 9423040 Prepare for 56.0.0 release: Update version and CHANGELOG.md (#8014)
  • 079d4f2 Improve memory usage for arrow-row -> String/BinaryView when utf8 validatio...
  • d634ac8 Implement full-range i256::to_f64 to eliminate ±∞ saturation for Decimal256...
  • cbadec7 Add benchmark for converting StringViewArray with mixed short and long string...
  • 2418c59 [Parquet] Allow writing compatible DictionaryArrays to parquet writer (#8005)
  • 625e6ee Perf: improve sort via partition_validity to use fast path for bit map scan...
  • 499de7d Create empty buffer for a buffer specified in the C Data Interface with lengt...
  • 00a2f73 [Variant] impl FromIterator for VariantPath (#8011)
  • 1d9afbc Minor: Upate cast_with_options docs about casting integers --> intervals (#...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Dependabot-only rust Pull requests that update Rust code labels Aug 12, 2025
@dependabot dependabot bot requested a review from wjones127 as a code owner August 12, 2025 03:31
@dependabot dependabot bot added dependencies Dependabot-only rust Pull requests that update Rust code labels Aug 12, 2025
@github-actions github-actions bot added this to the ADBC Libraries 20 milestone Aug 12, 2025
Bumps the arrow-datafusion group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs).


Updates `arrow-array` from 55.2.0 to 56.0.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@55.2.0...56.0.0)

Updates `arrow-buffer` from 55.2.0 to 56.0.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@55.2.0...56.0.0)

Updates `arrow-schema` from 55.2.0 to 56.0.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@55.2.0...56.0.0)

Updates `arrow-select` from 55.2.0 to 56.0.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@55.2.0...56.0.0)

---
updated-dependencies:
- dependency-name: arrow-array
  dependency-version: 56.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
- dependency-name: arrow-buffer
  dependency-version: 56.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
- dependency-name: arrow-schema
  dependency-version: 56.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
- dependency-name: arrow-select
  dependency-version: 56.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow-datafusion
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust/arrow-datafusion-79e111a591 branch from 18ab43d to 1de846d Compare August 17, 2025 07:27
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 18, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rust/arrow-datafusion-79e111a591 branch August 18, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependabot-only rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants