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 2019/09/23 11:26:50 UTC

[spark] branch master updated (f725d47 -> 655356e)

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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org