Skip to content

Commit

Permalink
Update DataFusion and sqlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
returnString committed Jul 25, 2023
1 parent 4844402 commit 46562ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions convergence-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repository = "https://github.com/returnString/convergence"

[dependencies]
tokio = { version = "1" }
sqlparser = "0.35"
sqlparser = "0.36"
async-trait = "0.1"
datafusion = "27"
datafusion = "28"
convergence = { path = "../convergence", version = "0.12.0" }
chrono = "0.4"

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.35"
sqlparser = "0.36"
async-trait = "0.1"
chrono = "0.4"

Expand Down

0 comments on commit 46562ef

Please sign in to comment.