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 f34519f21 use official DataFusion 46.0.0 release (#1484)
f34519f21 is described below

commit f34519f21d61e6873f18096836aad145d85dae1f
Author: Andy Grove <[email protected]>
AuthorDate: Fri Mar 7 16:23:57 2025 -0700

    use official DataFusion 46.0.0 release (#1484)
---
 native/Cargo.lock | 74 ++++++++++++++++++++++++++++++++++++-------------------
 native/Cargo.toml | 18 +++++++-------
 2 files changed, 58 insertions(+), 34 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 3e5b2ea78..faa28b13c 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "addr2line"
@@ -861,7 +861,8 @@ dependencies = [
 [[package]]
 name = "datafusion"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "46b879c1aa3a85ecbfa376704f0fe4bfebae1a44a5d35faa4466bf85469b6a0e"
 dependencies = [
  "arrow",
  "arrow-ipc",
@@ -906,7 +907,8 @@ dependencies = [
 [[package]]
 name = "datafusion-catalog"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "9e42f516243fe30137f2b7d5712611286baf8d1d758a46157bada7c35fdf38df"
 dependencies = [
  "arrow",
  "async-trait",
@@ -925,7 +927,8 @@ dependencies = [
 [[package]]
 name = "datafusion-catalog-listing"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "e495290c231d617f0a940860a885cb2f4c3efe46c1983c30d3fa12faf1ccb208"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1047,7 +1050,8 @@ dependencies = [
 [[package]]
 name = "datafusion-common"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "af67ddc82e1c8e6843c326ca13aa20e5420cce9f886b4e1ee39ea43defae3145"
 dependencies = [
  "ahash",
  "arrow",
@@ -1069,7 +1073,8 @@ dependencies = [
 [[package]]
 name = "datafusion-common-runtime"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "36ee9403a2ec39183437825d232f556a5dee89f13f6fd78f8c7f8f999489e4ca"
 dependencies = [
  "log",
  "tokio",
@@ -1078,7 +1083,8 @@ dependencies = [
 [[package]]
 name = "datafusion-datasource"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "b8c8b7568b638dd309bcc1cdeb66776f233b110d44bdc6fd67ef1919f9ec9803"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1105,12 +1111,14 @@ dependencies = [
 [[package]]
 name = "datafusion-doc"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "8612c81304578a2e2b82d31caf8173312cb086a7a23a23556b9fff3ac7c18221"
 
 [[package]]
 name = "datafusion-execution"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "3591e6d4900e57bad7f861f14f5c763f716da76553b0d037ec91c192c876f09c"
 dependencies = [
  "arrow",
  "dashmap",
@@ -1128,7 +1136,8 @@ dependencies = [
 [[package]]
 name = "datafusion-expr"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "5033d0f6198d177f50a7721d80db141af15dd12f45ad6dce34e2cdbb6538e39d"
 dependencies = [
  "arrow",
  "chrono",
@@ -1147,7 +1156,8 @@ dependencies = [
 [[package]]
 name = "datafusion-expr-common"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "56def48a7dfb9f92aa18e18dfdffaca79b5383f03c59bb0107959c1698634557"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -1159,7 +1169,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "9a79b703b42b0aac97485b84c6810c78114b0974a75a33514840ba0bbe0de38f"
 dependencies = [
  "arrow",
  "arrow-buffer",
@@ -1187,7 +1198,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions-aggregate"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "fdad20375e85365ed262b5583955c308840efc6ff9271ff463cf86789adfb686"
 dependencies = [
  "ahash",
  "arrow",
@@ -1207,7 +1219,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions-aggregate-common"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "ff73249ee3cdc81ad04317d3b4231fc02a8c03a3a1b4b13953244e6443f6b498"
 dependencies = [
  "ahash",
  "arrow",
@@ -1219,7 +1232,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions-nested"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "20dcd70c58f17b7ce937866e43c75293a3250aadc1db830ad6d502967aaffb40"
 dependencies = [
  "arrow",
  "arrow-ord",
@@ -1239,7 +1253,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions-table"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "ac12628c3e43461118e95d5772f729e1cc39db883d8ee52e4b80038b0f614bbf"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1254,7 +1269,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions-window"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "03eb449555c7cc03bb61d43d90edef70d070d34bc4a0d8f7e358d157232f3220"
 dependencies = [
  "datafusion-common",
  "datafusion-doc",
@@ -1270,7 +1286,8 @@ dependencies = [
 [[package]]
 name = "datafusion-functions-window-common"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "6a0c7606e568ee6a15d33a2532eb0d18e7769bb88af55f6b70be4db9fd937d18"
 dependencies = [
  "datafusion-common",
  "datafusion-physical-expr-common",
@@ -1279,7 +1296,8 @@ dependencies = [
 [[package]]
 name = "datafusion-macros"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "64030e805d3d257e3012e4378500d4ac90b1ebacd03f1110e8ec927b77f09486"
 dependencies = [
  "datafusion-expr",
  "quote",
@@ -1289,7 +1307,8 @@ dependencies = [
 [[package]]
 name = "datafusion-optimizer"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "ae6af7bdae7565aa7a4cb1deb7fe18d89c63c5d93b5203b473ca1dbe02a1cd3d"
 dependencies = [
  "arrow",
  "chrono",
@@ -1306,7 +1325,8 @@ dependencies = [
 [[package]]
 name = "datafusion-physical-expr"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "3f68601feda90c255c9023a881e833efca9d7539bab0565ac1355b0249326e91"
 dependencies = [
  "ahash",
  "arrow",
@@ -1327,7 +1347,8 @@ dependencies = [
 [[package]]
 name = "datafusion-physical-expr-common"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "00c1a08b00d340ca3bc1cd2f094ecaeaf6f099a2980e11255976660fa0409182"
 dependencies = [
  "ahash",
  "arrow",
@@ -1340,7 +1361,8 @@ dependencies = [
 [[package]]
 name = "datafusion-physical-optimizer"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "7cd34f3438cf9629ea0e3425027582334fb6671a05ee43671ca3c47896b75dda"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -1357,7 +1379,8 @@ dependencies = [
 [[package]]
 name = "datafusion-physical-plan"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "7624484ada341d30ef465eae61f760e779f080c621bbc3dc0335a75fa78e8dec"
 dependencies = [
  "ahash",
  "arrow",
@@ -1386,7 +1409,8 @@ dependencies = [
 [[package]]
 name = "datafusion-sql"
 version = "46.0.0"
-source = 
"git+https://github.com/apache/datafusion?rev=46.0.0-rc1#ec4862fa2d870fcab973fd1589ef99b6bf8d560f";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "1e717736a394ed92d9dcf2d74439c655474dd39aa65a064a6bae697b6d20e5fe"
 dependencies = [
  "arrow",
  "bigdecimal",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 94115809d..42d4124c0 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -42,15 +42,15 @@ arrow-schema = { version = "54.2.0" }
 async-trait = { version = "0.1" }
 bytes = { version = "1.10.0" }
 parquet = { version = "54.2.0", default-features = false, features = 
["experimental"] }
-datafusion = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false, features = ["unicode_expressions", 
"crypto_expressions"] }
-datafusion-common = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false }
-datafusion-datasource = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false }
-datafusion-functions = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false, features = ["crypto_expressions"] }
-datafusion-functions-nested = { git = "https://github.com/apache/datafusion";, 
rev = "46.0.0-rc2", default-features = false }
-datafusion-expr = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false }
-datafusion-expr-common = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false }
-datafusion-execution = { git = "https://github.com/apache/datafusion";, rev = 
"46.0.0-rc2", default-features = false }
-datafusion-physical-expr = { git = "https://github.com/apache/datafusion";, rev 
= "46.0.0-rc2", default-features = false }
+datafusion = { version = "46.0.0", default-features = false, features = 
["unicode_expressions", "crypto_expressions"] }
+datafusion-common = { version = "46.0.0", default-features = false }
+datafusion-datasource = { version = "46.0.0", default-features = false }
+datafusion-functions = { version = "46.0.0", default-features = false, 
features = ["crypto_expressions"] }
+datafusion-functions-nested = { version = "46.0.0", default-features = false }
+datafusion-expr = { version = "46.0.0", default-features = false }
+datafusion-expr-common = { version = "46.0.0", default-features = false }
+datafusion-execution = { version = "46.0.0", default-features = false }
+datafusion-physical-expr = { version = "46.0.0", default-features = false }
 datafusion-comet-spark-expr = { path = "spark-expr", version = "0.7.0" }
 datafusion-comet-proto = { path = "proto", version = "0.7.0" }
 chrono = { version = "0.4", default-features = false, features = ["clock"] }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to