You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/15 00:14:52 UTC

[spark] branch master updated (0be4b9799da -> 209722817e2)

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

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


    from 0be4b9799da [SPARK-44057][SQL][TESTS] Mark all `local-cluster`-based tests as `ExtendedSQLTest`
     add 209722817e2 [SPARK-43975][SQL] DataSource V2: Handle UPDATE commands for group-based sources

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/RewriteUpdateTable.scala |  91 +++++++++++++++--
 .../spark/sql/catalyst/planning/patterns.scala     |  21 +++-
 .../sql/connector/catalog/InMemoryBaseTable.scala  |  12 ++-
 .../GroupBasedRowLevelOperationScanPlanning.scala  |   3 +-
 .../RowLevelOperationRuntimeGroupFiltering.scala   |  35 ++++++-
 .../sql/connector/GroupBasedUpdateTableSuite.scala | 113 +++++++++++++++++++++
 .../spark/sql/connector/UpdateTableSuiteBase.scala |  22 +++-
 7 files changed, 279 insertions(+), 18 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/connector/GroupBasedUpdateTableSuite.scala


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