From 16af4b525697306d972335ef2ffe51369a4e0351 Mon Sep 17 00:00:00 2001 From: Wyatt Herkamp Date: Fri, 1 May 2026 08:40:06 -0400 Subject: [PATCH] Fix Sort --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 240904a..a83ad7d 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 = "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" } +datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } +datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "7768d24" } futures = "0.3" itertools = "0.14" log = "0.4"