You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by yy...@apache.org on 2021/12/01 19:29:55 UTC

[iceberg] branch master updated (f527b1a -> 27642de)

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

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


    from f527b1a  Spark: Add connector APIs for row-level commands (#3633)
     add 27642de  Core: delete previous metadata locations in dropping table with purge enabled (#3622)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/CatalogUtil.java  |   5 +
 .../iceberg/hadoop/TestCatalogUtilDropTable.java   | 165 +++++++++++++++++++++
 2 files changed, 170 insertions(+)
 create mode 100644 core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java