diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index d432c454b2c66..d2d5747a603a0 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 = "27.0.0" parquet-test-utils = { path = "../parquet-test-utils/", version = "0.1.0" } rand = "0.8.4" serde = { version = "1.0.136", features = ["derive"] } diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index cbbaf4337cd9c..899d81de63cbc 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -44,6 +44,6 @@ arrow = { version = "26.0.0", default-features = false } 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 } -parquet = { version = "26.0.0", default-features = false, optional = true } +parquet = { version = "27.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 493d8a3c364ea..f413e93acbd90 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -81,7 +81,7 @@ num-traits = { version = "0.2", optional = true } num_cpus = "1.13.0" object_store = "0.5.0" parking_lot = "0.12" -parquet = { version = "26.0.0", features = ["arrow", "async"] } +parquet = { version = "27.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 5d917490b950f..48c7678adbcf5 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 = "27.0.0"