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 f2441da  build(deps-dev): bump datafusion from 52.0.0 to 52.3.0 in 
/python (#544)
f2441da is described below

commit f2441da16f6473052d03c9a9c2879758b7d7c13a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 12:37:15 2026 -0500

    build(deps-dev): bump datafusion from 52.0.0 to 52.3.0 in /python (#544)
    
    * build(deps-dev): bump datafusion from 52.0.0 to 52.3.0 in /python
    
    Bumps [datafusion](https://github.com/apache/datafusion-python) from 52.0.0 
to 52.3.0.
    - 
[Changelog](https://github.com/apache/datafusion-python/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/apache/datafusion-python/compare/52.0.0...52.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: datafusion
      dependency-version: 52.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * upgrade other deps
    
    * upgrade other deps
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shiyan Xu <[email protected]>
---
 .github/dependabot.yml                   | 10 ++++++++++
 demo/apps/datafusion/Cargo.toml          |  4 ++--
 demo/apps/hudi-table-api/rust/Cargo.toml |  4 ++--
 python/pyproject.toml                    |  2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8aa8e5c..5e824d0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,6 +35,16 @@ updates:
         - dependency-name: "parquet"
         - dependency-name: "datafusion*"
 
+  - package-ecosystem: cargo
+    directory: /demo/apps/datafusion
+    schedule:
+      interval: weekly
+
+  - package-ecosystem: cargo
+    directory: /demo/apps/hudi-table-api/rust
+    schedule:
+      interval: weekly
+
   - package-ecosystem: github-actions
     directory: /
     schedule:
diff --git a/demo/apps/datafusion/Cargo.toml b/demo/apps/datafusion/Cargo.toml
index 3bd0064..cabebd1 100644
--- a/demo/apps/datafusion/Cargo.toml
+++ b/demo/apps/datafusion/Cargo.toml
@@ -24,6 +24,6 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
-tokio = "~1.45"
-datafusion = "~46.0.0"
+tokio = "1"
+datafusion = "52"
 hudi = { path = "../../../crates/hudi", features = ["datafusion"] }
diff --git a/demo/apps/hudi-table-api/rust/Cargo.toml 
b/demo/apps/hudi-table-api/rust/Cargo.toml
index d3164d7..cca2e3f 100644
--- a/demo/apps/hudi-table-api/rust/Cargo.toml
+++ b/demo/apps/hudi-table-api/rust/Cargo.toml
@@ -24,7 +24,7 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
-tokio = "~1.45"
-arrow = { version = "~54.2.0" }
+tokio = "1"
+arrow = { version = "57" }
 
 hudi = { path = "../../../../crates/hudi" }
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 273246f..d0662c6 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -52,7 +52,7 @@ lint = [
     "mypy==1.19.1",   
 ]
 datafusion = [
-    "datafusion==52.0.0",
+    "datafusion==52.3.0",
 ]
 
 [tool.maturin]

Reply via email to