Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

Bumps the arrow-parquet group with 4 updates: arrow-arith, arrow-cast, arrow-ord and parquet.

Updates arrow-arith from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-arith'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-arith'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-cast from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-cast'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-cast'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-ord from 55.1.0 to 55.2.0

Release notes

Sourced from arrow-ord'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-ord'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 parquet from 55.1.0 to 55.2.0

Release notes

Sourced from parquet'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 parquet'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 4 updates: [arrow-arith](https://github.com/apache/arrow-rs), [arrow-cast](https://github.com/apache/arrow-rs), [arrow-ord](https://github.com/apache/arrow-rs) and [parquet](https://github.com/apache/arrow-rs).


Updates `arrow-arith` 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-cast` 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-ord` 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 `parquet` 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-arith
  dependency-version: 55.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow-parquet
- dependency-name: arrow-cast
  dependency-version: 55.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow-parquet
- dependency-name: arrow-ord
  dependency-version: 55.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow-parquet
- dependency-name: parquet
  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 Jul 6, 2025
@Xuanwo Xuanwo merged commit 96ec4d5 into main Jul 7, 2025
18 checks passed
@Xuanwo Xuanwo deleted the dependabot/cargo/arrow-parquet-51d0a68419 branch July 7, 2025 09:19
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.

2 participants