diff --git a/Cargo.toml b/Cargo.toml index f2ee4fd..e3eb9ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,19 +28,20 @@ keywords = ["arrow", "arrow-rs", "datafusion"] rust-version = "1.80" [dependencies] -arrow = "55" -arrow-schema = "55" +arrow = { version = "54.1.0" } +arrow-schema = { version = "54.1.0" } async-trait = "0.1" +chrono = "= 0.4.39" dashmap = "6" -datafusion = "47" -datafusion-common = "47" -datafusion-expr = "47" -datafusion-functions = "47" -datafusion-functions-aggregate = "47" -datafusion-optimizer = "47" -datafusion-physical-expr = "47" -datafusion-physical-plan = "47" -datafusion-sql = "47" +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.14" log = "0.4"