You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2023/07/26 08:45:56 UTC

[arrow-ballista] 01/01: Update to datafusion 28

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

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

commit 79f0664930581f7a24e2f7a0acba42a3574ed7cc
Author: Daniƫl Heres <da...@coralogix.com>
AuthorDate: Wed Jul 26 10:45:39 2023 +0200

    Update to datafusion 28
---
 Cargo.toml                | 6 +++---
 ballista/client/README.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 18d0a660..440de064 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,9 +33,9 @@ arrow-flight = {version = "43.0.0", features = ["flight-sql-experimental"]}
 arrow-schema = {version = "43.0.0", default-features = false}
 configure_me = {version = "0.4.0"}
 configure_me_codegen = {version = "0.4.4"}
-datafusion = "27.0.0"
-datafusion-cli = "27.0.0"
-datafusion-proto = "27.0.0"
+datafusion = "28.0.0"
+datafusion-cli = "28.0.0"
+datafusion-proto = "28.0.0"
 object_store = "0.6.1"
 sqlparser = "0.35.0"
 tonic = {version = "0.9"}
diff --git a/ballista/client/README.md b/ballista/client/README.md
index 86238a62..231ea338 100644
--- a/ballista/client/README.md
+++ b/ballista/client/README.md
@@ -85,7 +85,7 @@ To build a simple ballista example, add the following dependencies to your `Carg
 ```toml
 [dependencies]
 ballista = "0.11"
-datafusion = "27.0.0"
+datafusion = "28.0.0"
 tokio = "1.0"
 ```