You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/08/26 17:06:00 UTC

[incubator-iceberg] branch master updated (c9a4ae4 -> 6cac41b)

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

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


    from c9a4ae4  Hive: Wait between lock state requests to HMS (#401)
     add 6cac41b  Add dropTable purge option to Catalog API (#350)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/catalog/Catalog.java   | 17 +++-
 .../org/apache/iceberg/BaseMetastoreCatalog.java   | 91 ++++++++++++++++++++++
 .../java/org/apache/iceberg/hive/HiveCatalog.java  | 19 ++++-
 .../org/apache/iceberg/hive/HiveTableBaseTest.java |  2 +-
 .../org/apache/iceberg/hive/HiveTableTest.java     | 78 ++++++++++++++++++-
 5 files changed, 200 insertions(+), 7 deletions(-)