This is an automated email from the ASF dual-hosted git repository.

nju_yaho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new d56d4b9e Upgrade DataFusion to 25.0.0 (#779)
d56d4b9e is described below

commit d56d4b9ef7117a541cdeacdb133f0417e95765bc
Author: r.4ntix <[email protected]>
AuthorDate: Fri May 26 16:43:59 2023 +0800

    Upgrade DataFusion to 25.0.0 (#779)
---
 Cargo.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 86292246..d1536c9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,13 +19,13 @@
 members = ["ballista-cli", "ballista/client", "ballista/core", 
"ballista/executor", "ballista/scheduler", "benchmarks", "examples"]
 
 [workspace.dependencies]
-arrow = { version = "38.0.0" }
-arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"] }
+arrow = { version = "39.0.0" }
+arrow-flight = { version = "39.0.0", features = ["flight-sql-experimental"] }
 configure_me = { version = "0.4.0" }
 configure_me_codegen = { version = "0.4.4" }
-datafusion = "24.0.0"
-datafusion-cli = "24.0.0"
-datafusion-proto = "24.0.0"
+datafusion = "25.0.0"
+datafusion-cli = "25.0.0"
+datafusion-proto = "25.0.0"
 object_store = "0.5.6"
 sqlparser = "0.33.0"
 tonic = { version = "0.9" }

Reply via email to