Skip to content

Commit

Permalink
Upgrade datafusion and sqlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
returnString committed May 10, 2024
1 parent 3d61a5b commit a58a3e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convergence-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/returnString/convergence"
[dependencies]
tokio = { version = "1" }
async-trait = "0.1"
datafusion = "35"
datafusion = "37"
convergence = { path = "../convergence", version = "0.15.0" }
chrono = "0.4"

Expand Down
3 changes: 3 additions & 0 deletions convergence-arrow/src/datafusion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ fn dummy_query() -> Statement {
having: None,
lateral_views: vec![],
named_window: vec![],
connect_by: None,
value_table_mode: None,
window_before_qualify: false,
}))),
locks: vec![],
limit: None,
Expand Down
2 changes: 1 addition & 1 deletion convergence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio-util = { version = "0.7", features = [ "codec" ] }
thiserror = "1"
bytes = "1"
futures = "0.3"
sqlparser = "0.43"
sqlparser = "0.46"
async-trait = "0.1"
chrono = "0.4"

Expand Down

0 comments on commit a58a3e5

Please sign in to comment.