This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 240b4806e feat(!): Bump arrow version of parquet_opendal to 54.x
(#5665)
240b4806e is described below
commit 240b4806e8b96db71956ad09e3ce72f28887637c
Author: Erick Guan <[email protected]>
AuthorDate: Sat Mar 1 07:03:42 2025 +0100
feat(!): Bump arrow version of parquet_opendal to 54.x (#5665)
* chore(integrations/parquet): update arrow to 54.2.1 to resolve symbol
conflicts
* chore(integrations/object_store): update datafusion to 45.0.0 to resolve
symbol conflicts
---
integrations/object_store/Cargo.toml | 2 +-
integrations/parquet/Cargo.toml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/integrations/object_store/Cargo.toml
b/integrations/object_store/Cargo.toml
index 5d664e638..34e6a3aae 100644
--- a/integrations/object_store/Cargo.toml
+++ b/integrations/object_store/Cargo.toml
@@ -49,7 +49,7 @@ tokio = { version = "1", default-features = false }
[dev-dependencies]
anyhow = "1.0.86"
-datafusion = "44.0.0"
+datafusion = "45.0.0"
libtest-mimic = "0.8.1"
opendal = { version = "0.52.0", path = "../../core", features = [
"services-memory",
diff --git a/integrations/parquet/Cargo.toml b/integrations/parquet/Cargo.toml
index fe33e844e..151ba6917 100644
--- a/integrations/parquet/Cargo.toml
+++ b/integrations/parquet/Cargo.toml
@@ -32,13 +32,13 @@ async-trait = "0.1"
bytes = "1"
futures = "0.3"
opendal = { version = "0.52.0", path = "../../core" }
-parquet = { version = "53.1", default-features = false, features = [
+parquet = { version = "54.2", default-features = false, features = [
"async",
"arrow",
] }
[dev-dependencies]
-arrow = { version = "53.1" }
+arrow = { version = "54.2" }
opendal = { version = "0.52.0", path = "../../core", features = [
"services-memory",
"services-s3",