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/02/02 08:26:36 UTC

[spark] branch master updated (f024d30 -> 6d3674b)

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 f024d30  [SPARK-34317][SQL] Introduce relationTypeMismatchHint to UnresolvedTable for a better error message
     add 6d3674b  [SPARK-34312][SQL] Support partition(s) truncation by `Supports(Atomic)PartitionManagement`

No new revisions were added by this update.

Summary of changes:
 .../catalog/SupportsAtomicPartitionManagement.java | 20 +++++++++++++
 .../catalog/SupportsPartitionManagement.java       | 17 +++++++++++
 .../connector/InMemoryAtomicPartitionTable.scala   | 12 +++++++-
 .../sql/connector/InMemoryPartitionTable.scala     |  9 ++++++
 .../apache/spark/sql/connector/InMemoryTable.scala |  7 +++++
 .../SupportsAtomicPartitionManagementSuite.scala   | 33 ++++++++++++++++++++--
 .../catalog/SupportsPartitionManagementSuite.scala | 24 +++++++++++++++-
 7 files changed, 118 insertions(+), 4 deletions(-)


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