Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2025

Bumps the arrow-parquet group with 5 updates:

Package From To
arrow-array 55.1.0 55.2.0
arrow-buffer 55.1.0 55.2.0
arrow-schema 55.1.0 55.2.0
arrow-select 55.1.0 55.2.0
arrow-string 55.1.0 55.2.0

Updates arrow-array from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-array's releases.

arrow 55.2.0

Changelog

55.2.0 (2025-06-22)

Full Changelog

Implemented enhancements:

  • Do not populate nulls for NullArray for MutableArrayData #7725
  • Implement PartialEq for RunArray #7691
  • interleave_views is really slow #7688 [arrow]
  • Add min max aggregates for FixedSizeBinary #7674 [arrow]
  • Deliver pyarrow as a standalone crate #7668 [arrow]
  • [Variant] Implement VariantObject::field and VariantObject::fields #7665 [parquet]
  • [Variant] Implement read support for remaining primitive types #7630 [parquet]
  • Fast and ergonomic method to add metadata to a RecordBatch #7628 [arrow]
  • Add efficient way to change the keys of string dictionary builder #7610 [arrow]
  • Support add_nulls on additional builder types #7605 [arrow]
  • Add into_inner for AsyncArrowWriter #7603 [parquet]
  • Optimize PrimitiveBuilder::append_trusted_len_iter #7591 [arrow]
  • Benchmark for filter+concat and take+concat into even sized record batches #7589 [arrow]
  • max_statistics_truncate_length is ignored when writing statistics to data page headers #7579 [parquet]
  • Feature Request: Encoding in parquet-rewrite #7575 [parquet]
  • Add a strong_count method to Buffer #7568 [arrow]
  • Create version of LexicographicalComparator that compares fixed number of columns #7531 [arrow]
  • parquet-show-bloom-filter should work with integer typed columns #7528 [parquet]
  • Allow merging primitive dictionary values in concat and interleave kernels #7518 [arrow]
  • Add efficient concatenation of StructArrays #7516 [arrow]
  • Rename flight-sql-experimental to flight-sql #7498 [arrow] [arrow-flight]
  • Consider moving from ryu to lexical-core for string formatting / casting floats to string. #7496

... (truncated)

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

Commits
  • 25114c5 [55_maintenance] Fix verify-release-candidate.sh by skipping arrow-pyarrow ...
  • df702cf Prepare for 55.2.0 release (#7722)
  • 2788762 fix JSON decoder error checking for UTF16 / surrogate parsing panic (#7721)
  • e54b72b fix: Do not add null buffer for NullArray in MutableArrayData (#7726)
  • 1ededfe [Variant] Introduce new type over &str for ShortString (#7718)
  • 7b374b9 arrow-array: Implement PartialEq for RunArray (#7727)
  • 469c7ee Define a "arrow-pyrarrow" crate to implement the "pyarrow" feature. (#7694)
  • fbaf7ce Support write to buffer api for SerializedFileWriter (#7714)
  • 1bed04c Optimize coalesce kernel for StringView (10-50% faster) (#7650)
  • 7276819 Split out variant code into several new sub-modules (#7717)
  • Additional commits viewable in compare view

Updates arrow-buffer from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-buffer's releases.

arrow 55.2.0

Changelog

55.2.0 (2025-06-22)

Full Changelog

Implemented enhancements:

  • Do not populate nulls for NullArray for MutableArrayData #7725
  • Implement PartialEq for RunArray #7691
  • interleave_views is really slow #7688 [arrow]
  • Add min max aggregates for FixedSizeBinary #7674 [arrow]
  • Deliver pyarrow as a standalone crate #7668 [arrow]
  • [Variant] Implement VariantObject::field and VariantObject::fields #7665 [parquet]
  • [Variant] Implement read support for remaining primitive types #7630 [parquet]
  • Fast and ergonomic method to add metadata to a RecordBatch #7628 [arrow]
  • Add efficient way to change the keys of string dictionary builder #7610 [arrow]
  • Support add_nulls on additional builder types #7605 [arrow]
  • Add into_inner for AsyncArrowWriter #7603 [parquet]
  • Optimize PrimitiveBuilder::append_trusted_len_iter #7591 [arrow]
  • Benchmark for filter+concat and take+concat into even sized record batches #7589 [arrow]
  • max_statistics_truncate_length is ignored when writing statistics to data page headers #7579 [parquet]
  • Feature Request: Encoding in parquet-rewrite #7575 [parquet]
  • Add a strong_count method to Buffer #7568 [arrow]
  • Create version of LexicographicalComparator that compares fixed number of columns #7531 [arrow]
  • parquet-show-bloom-filter should work with integer typed columns #7528 [parquet]
  • Allow merging primitive dictionary values in concat and interleave kernels #7518 [arrow]
  • Add efficient concatenation of StructArrays #7516 [arrow]
  • Rename flight-sql-experimental to flight-sql #7498 [arrow] [arrow-flight]
  • Consider moving from ryu to lexical-core for string formatting / casting floats to string. #7496

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

Commits
  • 25114c5 [55_maintenance] Fix verify-release-candidate.sh by skipping arrow-pyarrow ...
  • df702cf Prepare for 55.2.0 release (#7722)
  • 2788762 fix JSON decoder error checking for UTF16 / surrogate parsing panic (#7721)
  • e54b72b fix: Do not add null buffer for NullArray in MutableArrayData (#7726)
  • 1ededfe [Variant] Introduce new type over &str for ShortString (#7718)
  • 7b374b9 arrow-array: Implement PartialEq for RunArray (#7727)
  • 469c7ee Define a "arrow-pyrarrow" crate to implement the "pyarrow" feature. (#7694)
  • fbaf7ce Support write to buffer api for SerializedFileWriter (#7714)
  • 1bed04c Optimize coalesce kernel for StringView (10-50% faster) (#7650)
  • 7276819 Split out variant code into several new sub-modules (#7717)
  • Additional commits viewable in compare view

Updates arrow-schema from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-schema's releases.

arrow 55.2.0

Changelog

55.2.0 (2025-06-22)

Full Changelog

Implemented enhancements:

  • Do not populate nulls for NullArray for MutableArrayData #7725
  • Implement PartialEq for RunArray #7691
  • interleave_views is really slow #7688 [arrow]
  • Add min max aggregates for FixedSizeBinary #7674 [arrow]
  • Deliver pyarrow as a standalone crate #7668 [arrow]
  • [Variant] Implement VariantObject::field and VariantObject::fields #7665 [parquet]
  • [Variant] Implement read support for remaining primitive types #7630 [parquet]
  • Fast and ergonomic method to add metadata to a RecordBatch #7628 [arrow]
  • Add efficient way to change the keys of string dictionary builder #7610 [arrow]
  • Support add_nulls on additional builder types #7605 [arrow]
  • Add into_inner for AsyncArrowWriter #7603 [parquet]
  • Optimize PrimitiveBuilder::append_trusted_len_iter #7591 [arrow]
  • Benchmark for filter+concat and take+concat into even sized record batches #7589 [arrow]
  • max_statistics_truncate_length is ignored when writing statistics to data page headers #7579 [parquet]
  • Feature Request: Encoding in parquet-rewrite #7575 [parquet]
  • Add a strong_count method to Buffer #7568 [arrow]
  • Create version of LexicographicalComparator that compares fixed number of columns #7531 [arrow]
  • parquet-show-bloom-filter should work with integer typed columns #7528 [parquet]
  • Allow merging primitive dictionary values in concat and interleave kernels #7518 [arrow]
  • Add efficient concatenation of StructArrays #7516 [arrow]
  • Rename flight-sql-experimental to flight-sql #7498 [arrow] [arrow-flight]
  • Consider moving from ryu to lexical-core for string formatting / casting floats to string. #7496

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

Historical Changelog

Commits
  • 25114c5 [55_maintenance] Fix verify-release-candidate.sh by skipping arrow-pyarrow ...
  • df702cf Prepare for 55.2.0 release (#7722)
  • 2788762 fix JSON decoder error checking for UTF16 / surrogate parsing panic (#7721)
  • e54b72b fix: Do not add null buffer for NullArray in MutableArrayData (#7726)
  • 1ededfe [Variant] Introduce new type over &str for ShortString (#7718)
  • 7b374b9 arrow-array: Implement PartialEq for RunArray (#7727)
  • 469c7ee Define a "arrow-pyrarrow" crate to implement the "pyarrow" feature. (#7694)
  • fbaf7ce Support write to buffer api for SerializedFileWriter (#7714)
  • 1bed04c Optimize coalesce kernel for StringView (10-50% faster) (#7650)
  • 7276819 Split out variant code into several new sub-modules (#7717)
  • Additional commits viewable in compare view

Updates arrow-select from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-select's releases.

arrow 55.2.0

Changelog

55.2.0 (2025-06-22)

Full Changelog

Implemented enhancements:

  • Do not populate nulls for NullArray for MutableArrayData #7725
  • Implement PartialEq for RunArray #7691
  • interleave_views is really slow #7688 [arrow]
  • Add min max aggregates for FixedSizeBinary #7674 [arrow]
  • Deliver pyarrow as a standalone crate #7668 [arrow]
  • [Variant] Implement VariantObject::field and VariantObject::fields #7665 [parquet]
  • [Variant] Implement read support for remaining primitive types #7630 [parquet]
  • Fast and ergonomic method to add metadata to a RecordBatch #7628 [arrow]
  • Add efficient way to change the keys of string dictionary builder #7610 [arrow]
  • Support add_nulls on additional builder types #7605 [arrow]
  • Add into_inner for AsyncArrowWriter #7603 [parquet]
  • Optimize PrimitiveBuilder::append_trusted_len_iter #7591 [arrow]
  • Benchmark for filter+concat and take+concat into even sized record batches #7589 [arrow]
  • max_statistics_truncate_length is ignored when writing statistics to data page headers #7579 [parquet]
  • Feature Request: Encoding in parquet-rewrite #7575 [parquet]
  • Add a strong_count method to Buffer #7568 [arrow]
  • Create version of LexicographicalComparator that compares fixed number of columns #7531 [arrow]
  • parquet-show-bloom-filter should work with integer typed columns #7528 [parquet]
  • Allow merging primitive dictionary values in concat and interleave kernels #7518 [arrow]
  • Add efficient concatenation of StructArrays #7516 [arrow]
  • Rename flight-sql-experimental to flight-sql #7498 [arrow] [arrow-flight]
  • Consider moving from ryu to lexical-core for string formatting / casting floats to string. #7496

... (truncated)

Changelog

Sourced from arrow-select's changelog.

Historical Changelog

Commits
  • 25114c5 [55_maintenance] Fix verify-release-candidate.sh by skipping arrow-pyarrow ...
  • df702cf Prepare for 55.2.0 release (#7722)
  • 2788762 fix JSON decoder error checking for UTF16 / surrogate parsing panic (#7721)
  • e54b72b fix: Do not add null buffer for NullArray in MutableArrayData (#7726)
  • 1ededfe [Variant] Introduce new type over &str for ShortString (#7718)
  • 7b374b9 arrow-array: Implement PartialEq for RunArray (#7727)
  • 469c7ee Define a "arrow-pyrarrow" crate to implement the "pyarrow" feature. (#7694)
  • fbaf7ce Support write to buffer api for SerializedFileWriter (#7714)
  • 1bed04c Optimize coalesce kernel for StringView (10-50% faster) (#7650)
  • 7276819 Split out variant code into several new sub-modules (#7717)
  • Additional commits viewable in compare view

Updates arrow-string from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-string's releases.

arrow 55.2.0

Changelog

55.2.0 (2025-06-22)

Full Changelog

Implemented enhancements:

  • Do not populate nulls for NullArray for MutableArrayData #7725
  • Implement PartialEq for RunArray #7691
  • interleave_views is really slow #7688 [arrow]
  • Add min max aggregates for FixedSizeBinary #7674 [arrow]
  • Deliver pyarrow as a standalone crate #7668 [arrow]
  • [Variant] Implement VariantObject::field and VariantObject::fields #7665 [parquet]
  • [Variant] Implement read support for remaining primitive types #7630 [parquet]
  • Fast and ergonomic method to add metadata to a RecordBatch #7628 [arrow]
  • Add efficient way to change the keys of string dictionary builder #7610 [arrow]
  • Support add_nulls on additional builder types #7605 [arrow]
  • Add into_inner for AsyncArrowWriter #7603 [parquet]
  • Optimize PrimitiveBuilder::append_trusted_len_iter #7591 [arrow]
  • Benchmark for filter+concat and take+concat into even sized record batches #7589 [arrow]
  • max_statistics_truncate_length is ignored when writing statistics to data page headers #7579 [parquet]
  • Feature Request: Encoding in parquet-rewrite #7575 [parquet]
  • Add a strong_count method to Buffer #7568 [arrow]
  • Create version of LexicographicalComparator that compares fixed number of columns #7531 [arrow]
  • parquet-show-bloom-filter should work with integer typed columns #7528 [parquet]
  • Allow merging primitive dictionary values in concat and interleave kernels #7518 [arrow]
  • Add efficient concatenation of StructArrays #7516 [arrow]
  • Rename flight-sql-experimental to flight-sql #7498 [arrow] [arrow-flight]
  • Consider moving from ryu to lexical-core for string formatting / casting floats to string. #7496

... (truncated)

Changelog

Sourced from arrow-string's changelog.

Historical Changelog

Commits
  • 25114c5 [55_maintenance] Fix verify-release-candidate.sh by skipping arrow-pyarrow ...
  • df702cf Prepare for 55.2.0 release (#7722)
  • 2788762 fix JSON decoder error checking for UTF16 / surrogate parsing panic (#7721)
  • e54b72b fix: Do not add null buffer for NullArray in MutableArrayData (#7726)
  • 1ededfe [Variant] Introduce new type over &str for ShortString (#7718)
  • 7b374b9 arrow-array: Implement PartialEq for RunArray (#7727)
  • 469c7ee Define a "arrow-pyrarrow" crate to implement the "pyarrow" feature. (#7694)
  • fbaf7ce Support write to buffer api for SerializedFileWriter (#7714)
  • 1bed04c Optimize coalesce kernel for StringView (10-50% faster) (#7650)
  • 7276819 Split out variant code into several new sub-modules (#7717)
  • 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-parquet group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [arrow-array](https://github.com/apache/arrow-rs) | `55.1.0` | `55.2.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `55.1.0` | `55.2.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `55.1.0` | `55.2.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `55.1.0` | `55.2.0` |
| [arrow-string](https://github.com/apache/arrow-rs) | `55.1.0` | `55.2.0` |


Updates `arrow-array` from 55.1.0 to 55.2.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.1.0...55.2.0)

Updates `arrow-buffer` from 55.1.0 to 55.2.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.1.0...55.2.0)

Updates `arrow-schema` from 55.1.0 to 55.2.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.1.0...55.2.0)

Updates `arrow-select` from 55.1.0 to 55.2.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.1.0...55.2.0)

Updates `arrow-string` from 55.1.0 to 55.2.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.1.0...55.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 29, 2025
@Xuanwo Xuanwo merged commit df6f999 into main Jun 29, 2025
19 checks passed
@Xuanwo Xuanwo deleted the dependabot/cargo/arrow-parquet-5f61cfa13f branch June 29, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant