From 2a7e96f78f3dc360f96362720e4298d5232031c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:12:26 +0000 Subject: [PATCH] Update parquet requirement from 22.0.0 to 28.0.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/master/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/22.0.0...28.0.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/common/Cargo.toml | 2 +- datafusion/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index d4b182c7c35f..eae2404e240f 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -44,7 +44,7 @@ avro-rs = { version = "0.13", features = ["snappy"], optional = true } cranelift-module = { version = "0.87.0", optional = true } object_store = { version = "0.4.0", optional = true } ordered-float = "3.0" -parquet = { version = "22.0.0", features = ["arrow"], optional = true } +parquet = { version = "28.0.0", features = ["arrow"], optional = true } pyo3 = { version = "0.17.1", optional = true } serde_json = "1.0" sqlparser = "0.23" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 926489ed068b..d3896f1a1773 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -78,7 +78,7 @@ num_cpus = "1.13.0" object_store = "0.4.0" ordered-float = "3.0" parking_lot = "0.12" -parquet = { version = "22.0.0", features = ["arrow", "async"] } +parquet = { version = "28.0.0", features = ["arrow", "async"] } paste = "^1.0" pin-project-lite = "^0.2.7" pyo3 = { version = "0.17.1", optional = true }