From 292f05ac16d6117119c2f5359e88407bcdeafb0d Mon Sep 17 00:00:00 2001 From: Matthew Turner Date: Thu, 20 Mar 2025 18:33:48 -0400 Subject: [PATCH] Match atlas df commit --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd3fc30..4050f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,15 +33,15 @@ arrow-schema = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" async-trait = "0.1" chrono = "= 0.4.39" dashmap = "6" -datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-functions = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-functions-aggregate = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-optimizer = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } -datafusion-sql = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" } +datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-functions = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-functions-aggregate = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-optimizer = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-physical-expr = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-physical-plan = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } +datafusion-sql = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" } futures = "0.3" itertools = "0.13" log = "0.4"