From b3b068d5c816c182ff52523b8d85e2f3a5a9cd02 Mon Sep 17 00:00:00 2001 From: Qi Zhu <821684824@qq.com> Date: Fri, 12 Jun 2026 16:39:20 +0800 Subject: [PATCH] [X-2935] Bump arrow-datafusion rev to 641f176 Picks up the X-2935 PhysicalExtensionCodec breaking change (massive-com/arrow-datafusion#60) on branch-53. Wire format unchanged; trait signature change is the only API impact. MV doesn't implement PhysicalExtensionCodec so this bump is a pure dependency move. --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 153857a..2bd458e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,15 +33,15 @@ arrow = "58.0.0" arrow-schema = "58.0.0" async-trait = "0.1.89" dashmap = "6" -datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } -datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "bb55984b9801167ce381f2b9689b938cf11bab1c" } +datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } +datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "641f1767ed505391cb0df9f69e56a54214918888" } futures = "0.3" itertools = "0.14" log = "0.4"