@@ -32,15 +32,15 @@ arrow = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
32
32
arrow-schema = { git = " https://github.com/influxdata/arrow-rs" , rev = " 36685f0" }
33
33
async-trait = " 0.1"
34
34
dashmap = " 6"
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 " }
35
+ datafusion = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
36
+ datafusion-common = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
37
+ datafusion-expr = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
38
+ datafusion-functions = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
39
+ datafusion-functions-aggregate = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
40
+ datafusion-optimizer = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
41
+ datafusion-physical-expr = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
42
+ datafusion-physical-plan = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
43
+ datafusion-sql = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0 " }
44
44
futures = " 0.3"
45
45
itertools = " 0.13"
46
46
log = " 0.4"
0 commit comments