Skip to content

Bump arrow from 54.2.1 to 56.0.0 - #116

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/arrow-56.0.0
Closed

Bump arrow from 54.2.1 to 56.0.0#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/arrow-56.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Copy link
Copy Markdown
Contributor

Bumps arrow from 54.2.1 to 56.0.0.

Release notes

Sourced from arrow's releases.

arrow 56.0.0

Changelog

56.0.0 (2025-07-29)

Full Changelog

Breaking changes:

Implemented enhancements:

  • [parquet] Relax type restriction to allow writing dictionary/native batches for same column #8004
  • Support casting int64 to interval #7988 [arrow]
  • [Variant] Add ListBuilder::with_value for convenience #7951 [parquet]
  • [Variant] Add ObjectBuilder::with_field for convenience #7949 [parquet]
  • [Variant] Impl PartialEq for VariantObject #7943 #7948
  • [Variant] Offer simdutf8 as an optional dependency when validating metadata #7902 [parquet] [arrow]
  • [Variant] Avoid collecting offset iterator #7901 [parquet]
  • [Variant] Remove superfluous check when validating monotonic offsets #7900 [parquet]
  • [Variant] Avoid extra allocation in ObjectBuilder #7899 [parquet]
  • [Variant][Compute] variant_get kernel #7893 [parquet]
  • [Variant][Compute] Add batch processing for Variant-JSON String conversion #7883 [parquet]
  • Support MapArray in lexsort #7881 [arrow]

... (truncated)

Changelog

Sourced from arrow's changelog.

Historical Changelog

55.2.0 (2025-06-22)

  • 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
  • Arithmetic kernels can be safer and faster #7494 [arrow]
  • Speedup filter_bytes by precalculating capacity #7465 [arrow]
  • [Variant]: Rust API to Create Variant Values #7424 [parquet] [arrow]
  • [Variant] Rust API to Read Variant Values #7423 [arrow]
  • Release arrow-rs / parquet Minor version 55.1.0 (May 2025) #7393 [parquet]
  • Support create_random_array for Decimal data types #7343 [arrow]
  • Truncate Parquet page data page statistics #7555 [parquet] (etseidl)

Fixed bugs:

  • In arrow_json, Decoder::decode can panic if it encounters two high surrogates in a row. #7712
  • FlightSQL "GetDbSchemas" and "GetTables" schemas do not fully match the protocol #7637 [arrow] [arrow-flight]
  • Cannot read encrypted Parquet file if page index reading is enabled #7629 [parquet]
  • encoding_stats not present in Parquet generated by parquet-rewrite #7616 [parquet]
  • When writing parquet plaintext footer files footer_signing_key_metadata is not included, encryption alghoritm is always written in footer #7599 [parquet]
  • new_null_array panics when constructing a struct of a dictionary #7571
  • Parquet derive fails to build when Result is aliased #7547
  • Unable to read Dictionary(u8, FixedSizeBinary(_)) using datafusion. #7545 [parquet]
  • filter_record_batch panics with empty struct array. #7538 [arrow]
  • Panic in pretty_format function when displaying DurationSecondsArray with i64::MIN / i64::MAX #7533 [arrow]

... (truncated)

Commits
  • 876585c Fix doc test in avro-arrow (#8020)
  • 9423040 Prepare for 56.0.0 release: Update version and CHANGELOG.md (#8014)
  • 079d4f2 Improve memory usage for arrow-row -> String/BinaryView when utf8 validatio...
  • d634ac8 Implement full-range i256::to_f64 to eliminate ±∞ saturation for Decimal256...
  • cbadec7 Add benchmark for converting StringViewArray with mixed short and long string...
  • 2418c59 [Parquet] Allow writing compatible DictionaryArrays to parquet writer (#8005)
  • 625e6ee Perf: improve sort via partition_validity to use fast path for bit map scan...
  • 499de7d Create empty buffer for a buffer specified in the C Data Interface with lengt...
  • 00a2f73 [Variant] impl FromIterator for VariantPath (#8011)
  • 1d9afbc Minor: Upate cast_with_options docs about casting integers --> intervals (#...
  • 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)

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

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 56.0.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 Aug 5, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #119.

@dependabot dependabot Bot closed this Aug 26, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/arrow-56.0.0 branch August 26, 2025 16:33
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