diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index aa2324b980af..6f2e9ed12bc1 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -40,7 +40,7 @@ futures = "0.3" mimalloc = { version = "0.1", optional = true, default-features = false } num_cpus = "1.13.0" object_store = "0.5.0" -parquet = "26.0.0" +parquet = "34.0.0" parquet-test-utils = { path = "../parquet-test-utils/" } rand = "0.8.4" serde = { version = "1.0.136", features = ["derive"] } diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index d62aa1dd1a08..65260f0ec404 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -45,6 +45,6 @@ chrono = { version = "0.4", default-features = false } cranelift-module = { version = "0.89.0", optional = true } object_store = { version = "0.5.0", default-features = false, optional = true } ordered-float = "3.0" -parquet = { version = "26.0.0", default-features = false, optional = true } +parquet = { version = "34.0.0", default-features = false, optional = true } pyo3 = { version = "0.17.1", optional = true } sqlparser = "0.26" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 9ca47864da73..b2e12b085964 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -82,7 +82,7 @@ num_cpus = "1.13.0" object_store = "0.5.0" ordered-float = "3.0" parking_lot = "0.12" -parquet = { version = "26.0.0", features = ["arrow", "async"] } +parquet = { version = "34.0.0", features = ["arrow", "async"] } paste = "^1.0" percent-encoding = "2.2.0" pin-project-lite = "^0.2.7" diff --git a/parquet-test-utils/Cargo.toml b/parquet-test-utils/Cargo.toml index 5d917490b950..4317913f3d7e 100644 --- a/parquet-test-utils/Cargo.toml +++ b/parquet-test-utils/Cargo.toml @@ -25,4 +25,4 @@ edition = "2021" [dependencies] datafusion = { path = "../datafusion/core" } object_store = "0.5.0" -parquet = "26.0.0" +parquet = "34.0.0"