Skip to content

Commit

Permalink
Update to use sqlparser_derive
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 16, 2022
1 parent 8c0d1ca commit 9a4c216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ panic = 'unwind'
rpath = false

[patch.crates-io]
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "a3cd766d11845fcaa9ece9c1b048cc8463d92252" }
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "3f4387ae4c4d32af432c94da92a2838d8a228428" }
2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"
url = "2.2"

[patch.crates-io]
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "a3cd766d11845fcaa9ece9c1b048cc8463d92252" }
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "3f4387ae4c4d32af432c94da92a2838d8a228428" }
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pyo3 = { version = "0.17.1", optional = true }
rand = "0.8"
rayon = { version = "1.5", optional = true }
smallvec = { version = "1.6", features = ["union"] }
sqlparser = "0.28"
sqlparser = { version = "0.28", features = ["visitor"] }
tempfile = "3"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
tokio-stream = "0.1"
Expand Down

0 comments on commit 9a4c216

Please sign in to comment.