Skip to content

Commit 4e67ae7

Browse files
Resolve conflicts
2 parents b68eda0 + fc34e78 commit 4e67ae7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ rust-version = "1.80"
3131
arrow = { version = "54.1.0" }
3232
arrow-schema = { version = "54.1.0" }
3333
async-trait = "0.1"
34+
chrono = "= 0.4.39"
3435
dashmap = "6"
3536
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }
3637
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "1c92803" }

src/rewrite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ extensions_options! {
3434
}
3535

3636
impl ConfigExtension for QueryRewriteOptions {
37-
const PREFIX: &'static str = "QueryRewrite";
37+
const PREFIX: &'static str = "query_rewrite";
3838
}

0 commit comments

Comments
 (0)