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

agrove 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 3af8465b Use official DF 34 release (#939)
3af8465b is described below

commit 3af8465bcc9956528234a19dacb56e6a0cdd64bc
Author: Andy Grove <[email protected]>
AuthorDate: Mon Dec 18 11:14:34 2023 -0700

    Use official DF 34 release (#939)
---
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 57752844..0deca9c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,9 +34,9 @@ arrow-flight = { version = "49.0.0", features = 
["flight-sql-experimental"] }
 arrow-schema = { version = "49.0.0", default-features = false }
 configure_me = { version = "0.4.0" }
 configure_me_codegen = { version = "0.4.4" }
-datafusion = { git = "https://github.com/apache/arrow-datafusion";, rev = 
"34.0.0-rc1" }
-datafusion-cli = { git = "https://github.com/apache/arrow-datafusion";, rev = 
"34.0.0-rc1" }
-datafusion-proto = { git = "https://github.com/apache/arrow-datafusion";, rev = 
"34.0.0-rc1" }
+datafusion = "34.0.0"
+datafusion-cli = "34.0.0"
+datafusion-proto = "34.0.0"
 object_store = "0.8.0"
 sqlparser = "0.40.0"
 tonic = { version = "0.10" }

Reply via email to