Skip to content

Commit 8f94d90

Browse files
Update parquet requirement from 8.0.0 to 56.2.0
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@8.0.0...56.2.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 56.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf71577 commit 8f94d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ avro = ["avro-rs", "num-traits"]
5353
ahash = { version = "0.7", default-features = false }
5454
hashbrown = { version = "0.12", features = ["raw"] }
5555
arrow = { version = "8.0.0", features = ["prettyprint"] }
56-
parquet = { version = "8.0.0", features = ["arrow"] }
56+
parquet = { version = "56.2.0", features = ["arrow"] }
5757
sqlparser = "0.13"
5858
paste = "^1.0"
5959
num_cpus = "1.13.0"

0 commit comments

Comments
 (0)