Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 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.0.0 to 55.1.0

Release notes

Sourced from arrow-array's releases.

arrow 55.1.0

Changelog

55.1.0 (2025-05-09)

Full Changelog

Breaking changes:

  • refactor!: do not default the struct array length to 0 in Struct::try_new #7247 [arrow] (westonpace)

Implemented enhancements:

  • Add a way to get max usize from OffsetSizeTrait #7474 [arrow]
  • Deterministic metadata encoding #7448 [arrow]
  • Support Arrow type Dictionary with value FixedSizeBinary in Parquet #7445
  • Parquet: Add ability to project rowid in parquet reader #7444
  • Move parquet::file::metadata::reader::FooterTail to parquet::file::metadata so that it is public #7438 [parquet]
  • Speedup take_bytes by precalculating capacity #7432 [arrow]
  • Improve performance of interleave_primitive and interleave_bytes #7421 [arrow]
  • Implement Eq and Default for ScalarBuffer #7411 [arrow]
  • Add decryption support for column index and offset index #7390 [parquet]
  • Support writing encrypted Parquet files with plaintext footers #7320 [parquet]
  • Support Parquet key management tools #7256 [parquet]
  • Verify footer tags when reading encrypted Parquet files with plaintext footers #7255 [parquet]
  • StructArray::try_new behavior can be unexpected when there are no child arrays #7246 [arrow]
  • Parquet performance: improve performance of reading int8/int16 #7097 [parquet]

Fixed bugs:

  • StructArray::try_new validation incorrectly returns an error when logical_nulls() returns Some() && null_count == 0 #7435

... (truncated)

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

Commits
  • 822cba4 Prepare for 55.1.0 release: Version update and update CHANGELOG (#7486)
  • 84646ac Support parsing and display pretty for StructType (#7469)
  • 22a2ef9 Fixes a typo in arrow/examples/README.md (#7473)
  • 2c6c01c Document Arrow <--> Parquet schema conversion better (#7479)
  • 9e91ef4 Improve performance of reading int8/int16 Parquet data (#7055)
  • 188a141 Fix validation logic in StructArray::try_new to account for array.logical_n...
  • 689897e Support round trip reading / writing Arrow Duration type to parquet (#7482)
  • 8bed541 feat: Support round trip reading/writing Arrow type `Dictionary(_, FixedSizeB...
  • 8fb2270 Improve documentation and add examples for ArrowPredicateFn (#7480)
  • 0e48877 Add Parquet arrow_reader benchmarks for {u}int{8,16} columns (#7484)
  • Additional commits viewable in compare view

Updates arrow-buffer from 55.0.0 to 55.1.0

Release notes

Sourced from arrow-buffer's releases.

arrow 55.1.0

Changelog

55.1.0 (2025-05-09)

Full Changelog

Breaking changes:

  • refactor!: do not default the struct array length to 0 in Struct::try_new #7247 [arrow] (westonpace)

Implemented enhancements:

  • Add a way to get max usize from OffsetSizeTrait #7474 [arrow]
  • Deterministic metadata encoding #7448 [arrow]
  • Support Arrow type Dictionary with value FixedSizeBinary in Parquet #7445
  • Parquet: Add ability to project rowid in parquet reader #7444
  • Move parquet::file::metadata::reader::FooterTail to parquet::file::metadata so that it is public #7438 [parquet]
  • Speedup take_bytes by precalculating capacity #7432 [arrow]
  • Improve performance of interleave_primitive and interleave_bytes #7421 [arrow]
  • Implement Eq and Default for ScalarBuffer #7411 [arrow]
  • Add decryption support for column index and offset index #7390 [parquet]
  • Support writing encrypted Parquet files with plaintext footers #7320 [parquet]
  • Support Parquet key management tools #7256 [parquet]
  • Verify footer tags when reading encrypted Parquet files with plaintext footers #7255 [parquet]
  • StructArray::try_new behavior can be unexpected when there are no child arrays #7246 [arrow]
  • Parquet performance: improve performance of reading int8/int16 #7097 [parquet]

Fixed bugs:

  • StructArray::try_new validation incorrectly returns an error when logical_nulls() returns Some() && null_count == 0 #7435

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

Commits
  • 822cba4 Prepare for 55.1.0 release: Version update and update CHANGELOG (#7486)
  • 84646ac Support parsing and display pretty for StructType (#7469)
  • 22a2ef9 Fixes a typo in arrow/examples/README.md (#7473)
  • 2c6c01c Document Arrow <--> Parquet schema conversion better (#7479)
  • 9e91ef4 Improve performance of reading int8/int16 Parquet data (#7055)
  • 188a141 Fix validation logic in StructArray::try_new to account for array.logical_n...
  • 689897e Support round trip reading / writing Arrow Duration type to parquet (#7482)
  • 8bed541 feat: Support round trip reading/writing Arrow type `Dictionary(_, FixedSizeB...
  • 8fb2270 Improve documentation and add examples for ArrowPredicateFn (#7480)
  • 0e48877 Add Parquet arrow_reader benchmarks for {u}int{8,16} columns (#7484)
  • Additional commits viewable in compare view

Updates arrow-schema from 55.0.0 to 55.1.0

Release notes

Sourced from arrow-schema's releases.

arrow 55.1.0

Changelog

55.1.0 (2025-05-09)

Full Changelog

Breaking changes:

  • refactor!: do not default the struct array length to 0 in Struct::try_new #7247 [arrow] (westonpace)

Implemented enhancements:

  • Add a way to get max usize from OffsetSizeTrait #7474 [arrow]
  • Deterministic metadata encoding #7448 [arrow]
  • Support Arrow type Dictionary with value FixedSizeBinary in Parquet #7445
  • Parquet: Add ability to project rowid in parquet reader #7444
  • Move parquet::file::metadata::reader::FooterTail to parquet::file::metadata so that it is public #7438 [parquet]
  • Speedup take_bytes by precalculating capacity #7432 [arrow]
  • Improve performance of interleave_primitive and interleave_bytes #7421 [arrow]
  • Implement Eq and Default for ScalarBuffer #7411 [arrow]
  • Add decryption support for column index and offset index #7390 [parquet]
  • Support writing encrypted Parquet files with plaintext footers #7320 [parquet]
  • Support Parquet key management tools #7256 [parquet]
  • Verify footer tags when reading encrypted Parquet files with plaintext footers #7255 [parquet]
  • StructArray::try_new behavior can be unexpected when there are no child arrays #7246 [arrow]
  • Parquet performance: improve performance of reading int8/int16 #7097 [parquet]

Fixed bugs:

  • StructArray::try_new validation incorrectly returns an error when logical_nulls() returns Some() && null_count == 0 #7435

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

Historical Changelog

Commits
  • 822cba4 Prepare for 55.1.0 release: Version update and update CHANGELOG (#7486)
  • 84646ac Support parsing and display pretty for StructType (#7469)
  • 22a2ef9 Fixes a typo in arrow/examples/README.md (#7473)
  • 2c6c01c Document Arrow <--> Parquet schema conversion better (#7479)
  • 9e91ef4 Improve performance of reading int8/int16 Parquet data (#7055)
  • 188a141 Fix validation logic in StructArray::try_new to account for array.logical_n...
  • 689897e Support round trip reading / writing Arrow Duration type to parquet (#7482)
  • 8bed541 feat: Support round trip reading/writing Arrow type `Dictionary(_, FixedSizeB...
  • 8fb2270 Improve documentation and add examples for ArrowPredicateFn (#7480)
  • 0e48877 Add Parquet arrow_reader benchmarks for {u}int{8,16} columns (#7484)
  • Additional commits viewable in compare view

Updates arrow-select from 55.0.0 to 55.1.0

Release notes

Sourced from arrow-select's releases.

arrow 55.1.0

Changelog

55.1.0 (2025-05-09)

Full Changelog

Breaking changes:

  • refactor!: do not default the struct array length to 0 in Struct::try_new #7247 [arrow] (westonpace)

Implemented enhancements:

  • Add a way to get max usize from OffsetSizeTrait #7474 [arrow]
  • Deterministic metadata encoding #7448 [arrow]
  • Support Arrow type Dictionary with value FixedSizeBinary in Parquet #7445
  • Parquet: Add ability to project rowid in parquet reader #7444
  • Move parquet::file::metadata::reader::FooterTail to parquet::file::metadata so that it is public #7438 [parquet]
  • Speedup take_bytes by precalculating capacity #7432 [arrow]
  • Improve performance of interleave_primitive and interleave_bytes #7421 [arrow]
  • Implement Eq and Default for ScalarBuffer #7411 [arrow]
  • Add decryption support for column index and offset index #7390 [parquet]
  • Support writing encrypted Parquet files with plaintext footers #7320 [parquet]
  • Support Parquet key management tools #7256 [parquet]
  • Verify footer tags when reading encrypted Parquet files with plaintext footers #7255 [parquet]
  • StructArray::try_new behavior can be unexpected when there are no child arrays #7246 [arrow]
  • Parquet performance: improve performance of reading int8/int16 #7097 [parquet]

Fixed bugs:

  • StructArray::try_new validation incorrectly returns an error when logical_nulls() returns Some() && null_count == 0 #7435

... (truncated)

Changelog

Sourced from arrow-select's changelog.

Historical Changelog

Commits
  • 822cba4 Prepare for 55.1.0 release: Version update and update CHANGELOG (#7486)
  • 84646ac Support parsing and display pretty for StructType (#7469)
  • 22a2ef9 Fixes a typo in arrow/examples/README.md (#7473)
  • 2c6c01c Document Arrow <--> Parquet schema conversion better (#7479)
  • 9e91ef4 Improve performance of reading int8/int16 Parquet data (#7055)
  • 188a141 Fix validation logic in StructArray::try_new to account for array.logical_n...
  • 689897e Support round trip reading / writing Arrow Duration type to parquet (#7482)
  • 8bed541 feat: Support round trip reading/writing Arrow type `Dictionary(_, FixedSizeB...
  • 8fb2270 Improve documentation and add examples for ArrowPredicateFn (#7480)
  • 0e48877 Add Parquet arrow_reader benchmarks for {u}int{8,16} columns (#7484)
  • 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

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.0.0 to 55.1.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.0.0...55.1.0)

Updates `arrow-buffer` from 55.0.0 to 55.1.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.0.0...55.1.0)

Updates `arrow-schema` from 55.0.0 to 55.1.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.0.0...55.1.0)

Updates `arrow-select` from 55.0.0 to 55.1.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.0.0...55.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependabot-only rust Pull requests that update Rust code labels May 19, 2025
@dependabot dependabot bot requested a review from wjones127 as a code owner May 19, 2025 20:38
@dependabot dependabot bot added dependencies Dependabot-only rust Pull requests that update Rust code labels May 19, 2025
@github-actions github-actions bot modified the milestone: ADBC Libraries 19 May 19, 2025
@lidavidm lidavidm merged commit aa1e5d8 into main May 19, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust/arrow-datafusion-039d5547af branch May 19, 2025 23:24
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.

2 participants