Skip to content

Commit e24fbd0

Browse files
chore(deps): bump parquet from 56.0.0 to 56.2.0 in /native (apache#2608)
Bumps [parquet](https://github.com/apache/arrow-rs) from 56.0.0 to 56.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@56.0.0...56.2.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 56.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7434594 commit e24fbd0

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

native/Cargo.lock

Lines changed: 48 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rust-version = "1.86"
3737
arrow = { version = "56.0.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.10.0" }
40-
parquet = { version = "=56.0.0", default-features = false, features = ["experimental"] }
40+
parquet = { version = "=56.2.0", default-features = false, features = ["experimental"] }
4141
datafusion = { version = "50.2.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
4242
datafusion-spark = { version = "50.2.0" }
4343
datafusion-comet-spark-expr = { path = "spark-expr" }

0 commit comments

Comments
 (0)