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 f725d47  [SPARK-25341][CORE] Support rolling back a shuffle map stage 
and re-generate the shuffle files
     add 655356e  [SPARK-28892][SQL] support UPDATE in the parser and add the 
corresponding logical plan

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |  1 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    | 12 ++++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 32 +++++++++++++++-
 ...mStatement.scala => UpdateTableStatement.scala} | 10 ++---
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 44 +++++++++++++++++++++-
 .../datasources/DataSourceResolution.scala         |  5 ++-
 .../sql-tests/results/pgSQL/comments.sql.out       | 18 ++++-----
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 25 ++++++++++++
 8 files changed, 130 insertions(+), 17 deletions(-)
 copy 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/sql/{DeleteFromStatement.scala
 => UpdateTableStatement.scala} (79%)


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

Reply via email to