File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ rust-version = "1.80"
3131arrow = { git = " https://github.com/influxdata/arrow-rs" , rev = " 36685f0" }
3232arrow-schema = { git = " https://github.com/influxdata/arrow-rs" , rev = " 36685f0" }
3333async-trait = " 0.1"
34+ chrono = " = 0.4.39"
3435dashmap = " 6"
3536datafusion = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0" }
3637datafusion-common = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 08b3ce0" }
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ extensions_options! {
3434}
3535
3636impl ConfigExtension for QueryRewriteOptions {
37- const PREFIX : & ' static str = "QueryRewrite " ;
37+ const PREFIX : & ' static str = "query_rewrite " ;
3838}
You can’t perform that action at this time.
0 commit comments