You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2020/02/24 08:29:48 UTC

[spark] branch master updated (a372f76 -> 621e37e)

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

gengliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from a372f76  [SPARK-30898][SQL] The behavior of MakeDecimal should not depend on SQLConf.get
     add 621e37e  [SPARK-28880][SQL] Support ANSI nested bracketed comments

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  22 +++-
 .../sql/catalyst/parser/PlanParserSuite.scala      |  98 +++++++++++++++++
 .../test/resources/sql-tests/inputs/comments.sql   |  90 +++++++++++++++
 .../sql-tests/inputs/postgreSQL/comments.sql       |   5 +-
 .../resources/sql-tests/results/comments.sql.out   | 121 +++++++++++++++++++++
 .../sql-tests/results/postgreSQL/comments.sql.out  |  47 +-------
 6 files changed, 331 insertions(+), 52 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/comments.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/comments.sql.out


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org