From 0fad4d1ff188f43e933e31ad7b115cf2ed26c203 Mon Sep 17 00:00:00 2001 From: "xudong.w" Date: Thu, 30 Apr 2026 11:07:09 +0800 Subject: [PATCH] Update DataFusion rev --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7110249..240904a 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 = "c7ba34f2a" } -datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } -datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "c7ba34f2a" } +datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } +datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "689bc9442" } futures = "0.3" itertools = "0.14" log = "0.4"