From d83b1fb92ad01478f9d3d59b99570f2149a2549a Mon Sep 17 00:00:00 2001 From: Qi Zhu <821684824@qq.com> Date: Tue, 21 Apr 2026 14:09:44 +0800 Subject: [PATCH] Update DF rev to b4dbb6ac4 (skip non-partition files fix) --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46760ed..773c0b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,15 +33,15 @@ arrow = "57.0.0" arrow-schema = "57.0.0" async-trait = "0.1.89" dashmap = "6" -datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } -datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "16e0a5c0" } +datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } +datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "b4dbb6ac4" } futures = "0.3" itertools = "0.14" log = "0.4"