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

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


    from 6d41866e6314 [SPARK-47191][SQL] Avoid unnecessary relation lookup when 
uncaching table/view
     add ca7012d81b3e [SPARK-47192] Convert some _LEGACY_ERROR_TEMP_0035 errors

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/error/error-classes.json    |  6 ++
 docs/sql-error-conditions.md                       |  6 ++
 .../spark/sql/errors/QueryParsingErrors.scala      |  7 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 20 ++---
 .../spark/sql/catalyst/parser/ParserUtils.scala    |  4 +
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 56 +++++++-------
 .../spark/sql/execution/SparkSqlParser.scala       | 12 +--
 .../AlterTableDropPartitionParserSuite.scala       |  4 +-
 .../sql/execution/command/DDLParserSuite.scala     | 88 +++++++++++-----------
 .../spark/sql/execution/command/DDLSuite.scala     | 40 +++++-----
 .../execution/command/PlanResolutionSuite.scala    | 24 +++---
 .../spark/sql/hive/execution/HiveDDLSuite.scala    | 20 ++---
 .../spark/sql/hive/execution/HiveQuerySuite.scala  |  6 +-
 13 files changed, 158 insertions(+), 135 deletions(-)


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

Reply via email to