@@ -28,19 +28,19 @@ keywords = ["arrow", "arrow-rs", "datafusion"]
2828rust-version = " 1.80"
2929
3030[dependencies ]
31- arrow = " 54 "
32- arrow-schema = " 54 "
31+ arrow = { git = " https://github.com/influxdata/arrow-rs " , rev = " 36685f0 " }
32+ arrow-schema = { git = " https://github.com/influxdata/arrow-rs " , rev = " 36685f0 " }
3333async-trait = " 0.1"
3434dashmap = " 6"
35- datafusion = " 45 "
36- datafusion-common = " 45 "
37- datafusion-expr = " 45 "
38- datafusion-functions = " 45 "
39- datafusion-functions-aggregate = " 45 "
40- datafusion-optimizer = " 45 "
41- datafusion-physical-expr = " 45 "
42- datafusion-physical-plan = " 45 "
43- datafusion-sql = " 45 "
35+ datafusion = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
36+ datafusion-common = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
37+ datafusion-expr = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
38+ datafusion-functions = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
39+ datafusion-functions-aggregate = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
40+ datafusion-optimizer = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
41+ datafusion-physical-expr = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
42+ datafusion-physical-plan = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
43+ datafusion-sql = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " 2b5cec2 " }
4444futures = " 0.3"
4545itertools = " 0.13"
4646log = " 0.4"
0 commit comments