We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b68eda0 + fc34e78 commit 4e67ae7Copy full SHA for 4e67ae7
Cargo.toml
@@ -31,6 +31,7 @@ rust-version = "1.80"
31
arrow = { version = "54.1.0" }
32
arrow-schema = { version = "54.1.0" }
33
async-trait = "0.1"
34
+chrono = "= 0.4.39"
35
dashmap = "6"
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" }
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