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

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e6e091  build(deps): upgrade datafusion to 42.2.0 (#192)
1e6e091 is described below

commit 1e6e0914e2ed42911ca746884d9b74361924635e
Author: Shiyan Xu <[email protected]>
AuthorDate: Wed Nov 20 09:52:30 2024 -1000

    build(deps): upgrade datafusion to 42.2.0 (#192)
---
 Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 92c8d4c..24d3db8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,10 +50,10 @@ object_store = { version = "= 0.11.1", features = ["aws", 
"azure", "gcp"] }
 parquet = { version = "= 53.1.0", features = ["async", "object_store"] }
 
 # datafusion
-datafusion = { version = "= 42.1.0" }
-datafusion-expr = { version = "= 42.1.0" }
-datafusion-common = { version = "= 42.1.0" }
-datafusion-physical-expr = { version = "= 42.1.0" }
+datafusion = { version = "= 42.2.0" }
+datafusion-expr = { version = "= 42.2.0" }
+datafusion-common = { version = "= 42.2.0" }
+datafusion-physical-expr = { version = "= 42.2.0" }
 
 # serde
 percent-encoding = { version = "2.3.1" }

Reply via email to