Skip to content

Bump parquet from 54.3.1 to 55.1.0 #210

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps parquet from 54.3.1 to 55.1.0.

Release notes

Sourced from parquet's releases.

arrow 55.1.0

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

... (truncated)

Changelog

Sourced from parquet's changelog.

Historical Changelog

55.0.0 (2025-04-08)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Improve the performance of concat #7357 [arrow]
  • Pushdown predictions to Parquet in-memory row group fetches #7348 [parquet]
  • Improve CSV parsing errors: Print the row that makes csv parsing fails #7344 [arrow]
  • Support ColumnMetaData encoding_stats in Parquet Writing #7341 [parquet]
  • Support writing Parquet with modular encryption #7327 [parquet]
  • Parquet Use U64 Instead of Usize (wasm support for files greater than 4GB) #7238 [parquet]
  • Support different TimeUnits and timezones when reading Timestamps from INT96 #7220 [parquet]

Fixed bugs:

... (truncated)

Commits
  • 822cba4 Prepare for 55.1.0 release: Version update and update CHANGELOG (#7486)
  • 84646ac Support parsing and display pretty for StructType (#7469)
  • 22a2ef9 Fixes a typo in arrow/examples/README.md (#7473)
  • 2c6c01c Document Arrow <--> Parquet schema conversion better (#7479)
  • 9e91ef4 Improve performance of reading int8/int16 Parquet data (#7055)
  • 188a141 Fix validation logic in StructArray::try_new to account for array.logical_n...
  • 689897e Support round trip reading / writing Arrow Duration type to parquet (#7482)
  • 8bed541 feat: Support round trip reading/writing Arrow type `Dictionary(_, FixedSizeB...
  • 8fb2270 Improve documentation and add examples for ArrowPredicateFn (#7480)
  • 0e48877 Add Parquet arrow_reader benchmarks for {u}int{8,16} columns (#7484)
  • 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)

Bumps [parquet](https://github.com/apache/arrow-rs) from 54.3.1 to 55.1.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.3.1...55.1.0)

---
updated-dependencies:
- dependency-name: parquet
  dependency-version: 55.1.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 May 13, 2025
@dependabot dependabot bot requested a review from marvin-hansen as a code owner May 13, 2025 22:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

Looks like parquet is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 20, 2025
@dependabot dependabot bot deleted the dependabot/cargo/parquet-55.1.0 branch May 20, 2025 09:29
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