From 81197b381a417c6e5ffc323e8aa0fa3f0af321a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 06:07:54 +0000 Subject: [PATCH] Update sqlparser requirement from 0.28 to 0.31 Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. - [Release notes](https://github.com/sqlparser-rs/sqlparser-rs/releases) - [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.28.0...v0.31.0) --- updated-dependencies: - dependency-name: sqlparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/common/Cargo.toml | 2 +- datafusion/core/Cargo.toml | 4 ++-- datafusion/expr/Cargo.toml | 2 +- datafusion/sql/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 7df95532bf13..d5aa14bafe46 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 = "29.0.0", default-features = false, optional = true } pyo3 = { version = "0.17.1", optional = true } -sqlparser = "0.28" +sqlparser = "0.31" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index eaa01ca46d14..2928abd7c2cd 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -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 = "0.31" tempfile = "3" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] } tokio-stream = "0.1" @@ -111,7 +111,7 @@ env_logger = "0.10" parquet-test-utils = { path = "../../parquet-test-utils" } rstest = "0.16.0" sqllogictest = "0.10.0" -sqlparser = "0.28" +sqlparser = "0.31" test-utils = { path = "../../test-utils" } thiserror = "1.0.37" diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml index 87a72f7c54c9..374ed2c94f2e 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 = "29.0.0", default-features = false } datafusion-common = { path = "../common", version = "15.0.0" } log = "^0.4" -sqlparser = "0.28" +sqlparser = "0.31" diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index 12f4534e63bb..bf9e5602a57c 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -41,4 +41,4 @@ arrow-schema = "29.0.0" datafusion-common = { path = "../common", version = "15.0.0" } datafusion-expr = { path = "../expr", version = "15.0.0" } log = "^0.4" -sqlparser = "0.28" +sqlparser = "0.31"