We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee86d52 + 4ceddce commit fc34e78Copy full SHA for fc34e78
2 files changed
Cargo.toml
@@ -31,6 +31,7 @@ rust-version = "1.80"
31
arrow = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
32
arrow-schema = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
33
async-trait = "0.1"
34
+chrono = "= 0.4.39"
35
dashmap = "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" }
src/rewrite.rs
@@ -34,5 +34,5 @@ extensions_options! {
}
impl ConfigExtension for QueryRewriteOptions {
- const PREFIX: &'static str = "QueryRewrite";
+ const PREFIX: &'static str = "query_rewrite";
38
0 commit comments