This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch release/0.2.x in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
commit 10d492a0a28f332e2e52fb974a90befdcc867632 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 e4d7fd8..a7ab175 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" }
