You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ry...@apache.org on 2021/04/01 15:41:06 UTC

[iceberg] branch master updated (e68889e -> ccb0b20)

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

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


    from e68889e  Use <code> tag rather than <tt> as <tt> is deprecated (#2406)
     add ccb0b20  Python: Implement python drop_table (#2266)

No new revisions were added by this update.

Summary of changes:
 python/iceberg/api/snapshot.py                     |  4 +
 .../core/base_metastore_table_operations.py        |  2 +-
 python/iceberg/core/base_snapshot.py               |  7 +-
 python/iceberg/hive/hive_tables.py                 | 64 ++++++++++++++--
 python/tests/api/test_helpers.py                   | 62 +++++++++++++++
 python/tests/hive/test_hive_tables.py              | 88 ++++++++++++++++++++--
 6 files changed, 211 insertions(+), 16 deletions(-)