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