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 2022/08/15 21:23:59 UTC

[iceberg] branch master updated (5b55d0082c -> 667d56c251)

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/iceberg.git


    from 5b55d0082c Python: Implement Hive create and load table (#5447)
     add 667d56c251 Python: Add support for hierarchical namespaces (#5467)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/catalog/__init__.py |  5 ++++-
 python/pyiceberg/catalog/hive.py     |  6 +++++-
 python/pyiceberg/catalog/rest.py     | 15 ++++++++++++---
 python/tests/catalog/test_base.py    |  2 +-
 python/tests/catalog/test_hive.py    |  7 +++++++
 python/tests/catalog/test_rest.py    | 11 +++++++++++
 6 files changed, 40 insertions(+), 6 deletions(-)