You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/12/11 12:35:39 UTC

[arrow-datafusion] branch master updated: use 0.13 sql parser (#1435)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new b17e1b2  use 0.13 sql parser (#1435)
b17e1b2 is described below

commit b17e1b2b60618ba82818846ab079a916248b8c4f
Author: Jiayu Liu <Ji...@users.noreply.github.com>
AuthorDate: Sat Dec 11 20:34:57 2021 +0800

    use 0.13 sql parser (#1435)
---
 ballista/rust/core/Cargo.toml | 2 +-
 datafusion/Cargo.toml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml
index ee41669..662ced0 100644
--- a/ballista/rust/core/Cargo.toml
+++ b/ballista/rust/core/Cargo.toml
@@ -37,7 +37,7 @@ hashbrown = "0.11"
 log = "0.4"
 prost = "0.8"
 serde = {version = "1", features = ["derive"]}
-sqlparser = "0.12.0"
+sqlparser = "0.13"
 tokio = "1.0"
 tonic = "0.5"
 uuid = { version = "0.8", features = ["v4"] }
diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml
index 73ed9c0..a8c075e 100644
--- a/datafusion/Cargo.toml
+++ b/datafusion/Cargo.toml
@@ -54,7 +54,7 @@ ahash = "0.7"
 hashbrown = { version = "0.11", features = ["raw"] }
 arrow = { version = "6.3.0", features = ["prettyprint"] }
 parquet = { version = "6.3.0", features = ["arrow"] }
-sqlparser = "0.12"
+sqlparser = "0.13"
 paste = "^1.0"
 num_cpus = "1.13.0"
 chrono = "0.4"