Skip to content

build(deps): bump arrow from 55.1.0 to 55.2.0 #1174

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps arrow from 55.1.0 to 55.2.0.

Release notes

Sourced from arrow'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'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 compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 28, 2025
Bumps [arrow](https://github.com/apache/arrow-rs) 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
  dependency-version: 55.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/arrow-55.2.0 branch from 47f7ed1 to e459dd2 Compare July 2, 2025 12:10
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.

0 participants