Skip to content

deps: update parquet requirement from 55.0 to 56.0 #62

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 Aug 4, 2025

Updates the requirements on parquet to permit the latest version.

Release notes

Sourced from parquet'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 parquet's 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]
  • [Variant] Add testing for invalid variants (fuzz testing??) #7842 [parquet]
  • [Variant] VariantMetadata, VariantList and VariantObject are too big for Copy #7831 [parquet]
  • Allow choosing flate2 backend #7826 [parquet]
  • [Variant] Tests for creating "large" VariantObjectss #7821 [parquet]
  • [Variant] Tests for creating "large" VariantLists #7820 [parquet]
  • [Variant] Support VariantBuilder to write to buffers owned by the caller #7805 [parquet]
  • [Variant] Move JSON related functionality to different crate. #7800 [parquet]
  • [Variant] Add flag in ObjectBuilder to control validation behavior on duplicate field write #7777 [parquet]
  • [Variant] make serde_json an optional dependency of parquet-variant #7775 [parquet]
  • [coalesce] Implement specialized BatchCoalescer::push_batch for PrimitiveArray #7763 [arrow]
  • Add sort_kernel benchmark for StringViewArray case #7758 [arrow]
  • [Variant] Improved API for accessing Variant Objects and lists #7756 [parquet]
  • Buildable reproducible release builds #7751
  • Allow per-column parquet dictionary page size limit #7723 [parquet]
  • [Variant] Test and implement efficient building for "large" Arrays #7699 [parquet]
  • [Variant] Improve VariantBuilder when creating field name dictionaries / sorted dictionaries #7698 [parquet]
  • [Variant] Add input validation in VariantBuilder #7697 [parquet]
  • [Variant] Support Nested Data in VariantBuilder #7696 [parquet]
  • Parquet: Incorrect min/max stats for int96 columns #7686 [parquet]
  • Add DictionaryArray::gc method #7683 [arrow]
  • [Variant] Add negative tests for reading invalid primitive variant values #7645 [parquet]

... (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 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)

Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version.
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@55.0.0...56.0.0)

---
updated-dependencies:
- dependency-name: parquet
  dependency-version: 56.0.0
  dependency-type: direct:production
...

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 Aug 4, 2025
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