diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index cbbaf4337cd9c..588629859258c 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -46,4 +46,4 @@ cranelift-module = { version = "0.89.0", optional = true } object_store = { version = "0.5.0", default-features = false, optional = true } parquet = { version = "26.0.0", default-features = false, optional = true } pyo3 = { version = "0.17.1", optional = true } -sqlparser = "0.26" +sqlparser = "0.27" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 039d0ebe68662..71e0634bebab1 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.27" 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 db4afdc2cfd12..e4bd1a3ef7bbd 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 = "26.0.0", default-features = false } datafusion-common = { path = "../common", version = "14.0.0" } log = "^0.4" -sqlparser = "0.26" +sqlparser = "0.27" diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index 8939dc8e8ad53..058785fdb7920 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -40,4 +40,4 @@ unicode_expressions = [] arrow = { version = "26.0.0", default-features = false } datafusion-common = { path = "../common", version = "14.0.0" } datafusion-expr = { path = "../expr", version = "14.0.0" } -sqlparser = "0.26" +sqlparser = "0.27"