This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 2938d1437e Add versions to datafusion dependencies (#8238)
2938d1437e is described below
commit 2938d1437e7fff4d306ff2d6eb26846f8f03ccc3
Author: Andy Grove <[email protected]>
AuthorDate: Thu Nov 16 10:48:37 2023 -0700
Add versions to datafusion dependencies (#8238)
---
Cargo.toml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 11c48acffd..f25c24fd3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,17 +59,17 @@ async-trait = "0.1.73"
bigdecimal = "0.4.1"
bytes = "1.4"
ctor = "0.2.0"
-datafusion = { path = "datafusion/core" }
-datafusion-common = { path = "datafusion/common" }
-datafusion-expr = { path = "datafusion/expr" }
-datafusion-sql = { path = "datafusion/sql" }
-datafusion-optimizer = { path = "datafusion/optimizer" }
-datafusion-physical-expr = { path = "datafusion/physical-expr" }
-datafusion-physical-plan = { path = "datafusion/physical-plan" }
-datafusion-execution = { path = "datafusion/execution" }
-datafusion-proto = { path = "datafusion/proto" }
-datafusion-sqllogictest = { path = "datafusion/sqllogictest" }
-datafusion-substrait = { path = "datafusion/substrait" }
+datafusion = { path = "datafusion/core", version = "33.0.0" }
+datafusion-common = { path = "datafusion/common", version = "33.0.0" }
+datafusion-expr = { path = "datafusion/expr", version = "33.0.0" }
+datafusion-sql = { path = "datafusion/sql", version = "33.0.0" }
+datafusion-optimizer = { path = "datafusion/optimizer", version = "33.0.0" }
+datafusion-physical-expr = { path = "datafusion/physical-expr", version =
"33.0.0" }
+datafusion-physical-plan = { path = "datafusion/physical-plan", version =
"33.0.0" }
+datafusion-execution = { path = "datafusion/execution", version = "33.0.0" }
+datafusion-proto = { path = "datafusion/proto", version = "33.0.0" }
+datafusion-sqllogictest = { path = "datafusion/sqllogictest", version =
"33.0.0" }
+datafusion-substrait = { path = "datafusion/substrait", version = "33.0.0" }
dashmap = "5.4.0"
doc-comment = "0.3"
env_logger = "0.10"