From 93870e39f125e57cc8c9172b6af715270b622451 Mon Sep 17 00:00:00 2001 From: Rohan Krishnaswamy <47869999+rkrishn7@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:50:04 -0700 Subject: [PATCH 1/2] update df version --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b1bd3c..19575ec 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 = "8dcb444" } -datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } -datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "8dcb444" } +datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } futures = "0.3" itertools = "0.14" log = "0.4" From d7d3c9b80aaa4337934a77ae5c1de69f7f177133 Mon Sep 17 00:00:00 2001 From: Rohan Krishnaswamy <47869999+rkrishn7@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:03:08 -0700 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 19575ec..ce99c12 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 = "78622d6" } -datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } -datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "78622d6" } +datafusion = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-common = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-functions = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-functions-aggregate = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-optimizer = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-physical-expr = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-physical-plan = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } +datafusion-sql = { git = "https://github.com/massive-com/arrow-datafusion", rev = "00f4335" } futures = "0.3" itertools = "0.14" log = "0.4"