Skip to content

Commit 23edcd2

Browse files
committed
Update to sqlparser 0.17
1 parent 51d49e4 commit 23edcd2

File tree

4 files changed

+61
-53
lines changed

4 files changed

+61
-53
lines changed

datafusion-cli/Cargo.lock

Lines changed: 58 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ cranelift-module = { version = "0.83.0", optional = true }
4444
ordered-float = "3.0"
4545
parquet = { version = "13", features = ["arrow"], optional = true }
4646
pyo3 = { version = "0.16", optional = true }
47-
sqlparser = "0.16"
47+
sqlparser = "0.17"

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pyo3 = { version = "0.16", optional = true }
8080
rand = "0.8"
8181
rayon = { version = "1.5", optional = true }
8282
smallvec = { version = "1.6", features = ["union"] }
83-
sqlparser = "0.16"
83+
sqlparser = "0.17"
8484
tempfile = "3"
8585
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
8686
tokio-stream = "0.1"

datafusion/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ path = "src/lib.rs"
3838
ahash = { version = "0.7", default-features = false }
3939
arrow = { version = "13", features = ["prettyprint"] }
4040
datafusion-common = { path = "../common", version = "7.0.0" }
41-
sqlparser = "0.16"
41+
sqlparser = "0.17"

0 commit comments

Comments
 (0)