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 2021/01/29 08:58:49 UTC

[spark] branch master updated (2e192b6 -> 0f7a497)

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 2e192b6  [SPARK-34284][CORE][TESTS] Fix deprecated API usage of Apache commons-io
     add 0f7a497  [SPARK-33601][SQL] Group exception messages in catalyst/parser

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 185 ++++++-------
 .../catalyst/parser/LegacyTypeStringParser.scala   |   3 +-
 .../spark/sql/catalyst/parser/ParseDriver.scala    |   6 +-
 .../spark/sql/catalyst/parser/ParserUtils.scala    |   7 +-
 .../spark/sql/errors/QueryExecutionErrors.scala    |   4 +
 .../spark/sql/errors/QueryParsingErrors.scala      | 306 +++++++++++++++++++++
 6 files changed, 400 insertions(+), 111 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryParsingErrors.scala


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