diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index bf52bc26d085..3ac98660bf56 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -42,6 +42,6 @@ arrow = { version = "15.0.0", features = ["prettyprint"] } avro-rs = { version = "0.13", features = ["snappy"], optional = true } cranelift-module = { version = "0.84.0", optional = true } ordered-float = "3.0" -parquet = { version = "15.0.0", features = ["arrow"], optional = true } +parquet = { version = "34.0.0", features = ["arrow"], optional = true } pyo3 = { version = "0.16", optional = true } sqlparser = "0.17" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 79a48cf1593f..746371abcdf7 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -76,7 +76,7 @@ num-traits = { version = "0.2", optional = true } num_cpus = "1.13.0" ordered-float = "3.0" parking_lot = "0.12" -parquet = { version = "15.0.0", features = ["arrow"] } +parquet = { version = "34.0.0", features = ["arrow"] } paste = "^1.0" pin-project-lite = "^0.2.7" pyo3 = { version = "0.16", optional = true }