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/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 07ac8d28 Upgrade to DataFusion 40 (#657)
07ac8d28 is described below
commit 07ac8d28912b97939df7aa136bb3412c85c9ae21
Author: Andy Grove <[email protected]>
AuthorDate: Fri Jul 12 08:45:09 2024 -0600
Upgrade to DataFusion 40 (#657)
---
native/Cargo.lock | 24 ++++++++++++------------
native/Cargo.toml | 14 +++++++-------
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index 605af92e..6bba0a8e 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -805,7 +805,7 @@ dependencies = [
[[package]]
name = "datafusion"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -927,7 +927,7 @@ dependencies = [
[[package]]
name = "datafusion-common"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -947,7 +947,7 @@ dependencies = [
[[package]]
name = "datafusion-common-runtime"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"tokio",
]
@@ -955,7 +955,7 @@ dependencies = [
[[package]]
name = "datafusion-execution"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"arrow",
"chrono",
@@ -975,7 +975,7 @@ dependencies = [
[[package]]
name = "datafusion-expr"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -993,7 +993,7 @@ dependencies = [
[[package]]
name = "datafusion-functions"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"arrow",
"base64",
@@ -1018,7 +1018,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-aggregate"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -1035,7 +1035,7 @@ dependencies = [
[[package]]
name = "datafusion-optimizer"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"arrow",
"async-trait",
@@ -1054,7 +1054,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -1083,7 +1083,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr-common"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -1096,7 +1096,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-plan"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"ahash",
"arrow",
@@ -1129,7 +1129,7 @@ dependencies = [
[[package]]
name = "datafusion-sql"
version = "40.0.0"
-source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0-rc1#4cae81363e29f011c6602a7a7a54e1aaee841046"
+source =
"git+https://github.com/apache/datafusion.git?rev=40.0.0#4cae81363e29f011c6602a7a7a54e1aaee841046"
dependencies = [
"arrow",
"arrow-array",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 944b6e28..0b392833 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -39,13 +39,13 @@ arrow-buffer = { version = "52.1.0" }
arrow-data = { version = "52.1.0" }
arrow-schema = { version = "52.1.0" }
parquet = { version = "52.1.0", default-features = false, features =
["experimental"] }
-datafusion-common = { git = "https://github.com/apache/datafusion.git", rev =
"40.0.0-rc1" }
-datafusion = { default-features = false, git =
"https://github.com/apache/datafusion.git", rev = "40.0.0-rc1", features =
["unicode_expressions", "crypto_expressions"] }
-datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev
= "40.0.0-rc1", features = ["crypto_expressions"] }
-datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev =
"40.0.0-rc1", default-features = false }
-datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git",
rev = "40.0.0-rc1", default-features = false }
-datafusion-physical-expr-common = { git =
"https://github.com/apache/datafusion.git", rev = "40.0.0-rc1",
default-features = false }
-datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git",
rev = "40.0.0-rc1", default-features = false }
+datafusion-common = { git = "https://github.com/apache/datafusion.git", rev =
"40.0.0" }
+datafusion = { default-features = false, git =
"https://github.com/apache/datafusion.git", rev = "40.0.0", features =
["unicode_expressions", "crypto_expressions"] }
+datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev
= "40.0.0", features = ["crypto_expressions"] }
+datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev =
"40.0.0", default-features = false }
+datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git",
rev = "40.0.0", default-features = false }
+datafusion-physical-expr-common = { git =
"https://github.com/apache/datafusion.git", rev = "40.0.0", default-features =
false }
+datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git",
rev = "40.0.0", default-features = false }
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.1.0" }
datafusion-comet-utils = { path = "utils", version = "0.1.0" }
thiserror = "1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]