Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps arrow from 54.2.1 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

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
  • Reading empty DataPageV2 fails with snappy: corrupt input (empty) #7388 [parquet]

... (truncated)

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [arrow](https://github.com/apache/arrow-rs) from 54.2.1 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@54.2.1...55.2.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 55.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #116.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/cargo/arrow-55.2.0 branch August 5, 2025 03:57
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