You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2022/03/08 01:36:23 UTC

[spark] branch master updated (a13b478 -> 14cda58)

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

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


    from a13b478  [SPARK-38183][PYTHON][FOLLOWUP] Check the ANSI conf properly when creating pandas-on-Spark session
     add 14cda58  [SPARK-38385][SQL] Improve error messages of 'mismatched input' cases from ANTLR

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |  4 ++
 .../spark/sql/catalyst/parser/ParseDriver.scala    | 23 ++++++-
 .../catalyst/parser/SparkParserErrorStrategy.scala | 76 ++++++++++++++++++++++
 .../spark/sql/catalyst/analysis/AnalysisTest.scala |  8 ++-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  7 +-
 .../sql/catalyst/parser/ErrorParserSuite.scala     | 70 ++++++++++++++------
 .../catalyst/parser/ExpressionParserSuite.scala    | 11 +++-
 .../sql/catalyst/parser/PlanParserSuite.scala      | 44 +++++++------
 .../sql-tests/results/describe-query.sql.out       |  6 +-
 .../sql-tests/results/postgreSQL/union.sql.out     | 18 ++---
 .../results/postgreSQL/window_part3.sql.out        |  2 +-
 .../sql-tests/results/show-tables.sql.out          |  4 +-
 .../spark/sql/execution/SparkSqlParserSuite.scala  |  2 +-
 .../command/CreateNamespaceParserSuite.scala       |  2 +-
 .../sql/execution/command/DDLParserSuite.scala     |  2 +-
 .../execution/command/PlanResolutionSuite.scala    |  4 +-
 .../datasources/jdbc/JdbcUtilsSuite.scala          |  2 +-
 .../spark/sql/hive/thriftserver/CliSuite.scala     |  2 +-
 .../org/apache/spark/sql/hive/InsertSuite.scala    |  4 +-
 19 files changed, 218 insertions(+), 73 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/SparkParserErrorStrategy.scala

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