Skip to content

Commit 9a4c216

Browse files
committed
Update to use sqlparser_derive
1 parent 8c0d1ca commit 9a4c216

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ panic = 'unwind'
5252
rpath = false
5353

5454
[patch.crates-io]
55-
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "a3cd766d11845fcaa9ece9c1b048cc8463d92252" }
55+
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "3f4387ae4c4d32af432c94da92a2838d8a228428" }

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"
4141
url = "2.2"
4242

4343
[patch.crates-io]
44-
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "a3cd766d11845fcaa9ece9c1b048cc8463d92252" }
44+
sqlparser = { git = "https://github.com/tustvold/sqlparser-rs.git", rev = "3f4387ae4c4d32af432c94da92a2838d8a228428" }

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pyo3 = { version = "0.17.1", optional = true }
9090
rand = "0.8"
9191
rayon = { version = "1.5", optional = true }
9292
smallvec = { version = "1.6", features = ["union"] }
93-
sqlparser = "0.28"
93+
sqlparser = { version = "0.28", features = ["visitor"] }
9494
tempfile = "3"
9595
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
9696
tokio-stream = "0.1"

0 commit comments

Comments
 (0)