diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 9aedeac9e116..59c588ef7788 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -47,4 +47,4 @@ object_store = { version = "0.5.0", default-features = false, optional = true } ordered-float = "3.0" parquet = { version = "25.0.0", default-features = false, optional = true } pyo3 = { version = "0.17.1", optional = true } -sqlparser = "0.26" +sqlparser = "0.32" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 4fef2f07a095..1d1cfca82bcd 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -89,7 +89,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.26" +sqlparser = "0.32" tempfile = "3" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] } tokio-stream = "0.1" diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml index afa2be239ffe..354d371913a6 100644 --- a/datafusion/expr/Cargo.toml +++ b/datafusion/expr/Cargo.toml @@ -39,4 +39,4 @@ ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] arrow = { version = "25.0.0", default-features = false } datafusion-common = { path = "../common", version = "13.0.0" } log = "^0.4" -sqlparser = "0.26" +sqlparser = "0.32" diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index 44f3860f676a..5b3e392499f9 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -40,4 +40,4 @@ unicode_expressions = [] arrow = { version = "25.0.0", default-features = false } datafusion-common = { path = "../common", version = "13.0.0" } datafusion-expr = { path = "../expr", version = "13.0.0" } -sqlparser = "0.26" +sqlparser = "0.32"