File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ arrow = "55.2.0"
3232arrow-schema = " 55.2.0"
3333async-trait = " 0.1"
3434dashmap = " 6"
35- datafusion = " 49.0.2 "
36- datafusion-common = " 49.0.2 "
37- datafusion-expr = " 49.0.2 "
38- datafusion-functions = " 49.0.2 "
39- datafusion-functions-aggregate = " 49.0.2 "
40- datafusion-optimizer = " 49.0.2 "
41- datafusion-physical-expr = " 49.0.2 "
42- datafusion-physical-plan = " 49.0.2 "
43- datafusion-sql = " 49.0.2 "
35+ datafusion = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
36+ datafusion-common = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
37+ datafusion-expr = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
38+ datafusion-functions = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
39+ datafusion-functions-aggregate = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
40+ datafusion-optimizer = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
41+ datafusion-physical-expr = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
42+ datafusion-physical-plan = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
43+ datafusion-sql = { git = " https://github.com/polygon-io/arrow-datafusion " , rev = " be0276d " }
4444futures = " 0.3"
4545itertools = " 0.14"
4646log = " 0.4"
You can’t perform that action at this time.
0 commit comments