Skip to content

Commit fc34e78

Browse files
Merge pull request #3 from polygon-io/feat/rebase
Feat/rebase
2 parents ee86d52 + 4ceddce commit fc34e78

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 = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
3232
arrow-schema = { git = "https://github.com/influxdata/arrow-rs", rev = "36685f0" }
3333
async-trait = "0.1"
34+
chrono = "= 0.4.39"
3435
dashmap = "6"
3536
datafusion = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" }
3637
datafusion-common = { git = "https://github.com/polygon-io/arrow-datafusion", rev = "08b3ce0" }

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)