You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/08/08 22:43:41 UTC

[iceberg] branch master updated (742b3ad46a -> f76e9cb2b7)

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

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


    from 742b3ad46a CI: Enable dependabot for gradle (#5464)
     add f76e9cb2b7 Python: Initialize the properties with an empty dict (#5465)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/catalog/__init__.py                   | 16 ++++++++--------
 python/pyiceberg/catalog/hive.py                       |  9 +++++----
 python/pyiceberg/catalog/rest.py                       | 10 +++++-----
 python/pyiceberg/table/metadata.py                     |  2 +-
 python/pyiceberg/typedef.py                            | 14 +++++++++++++-
 python/tests/catalog/test_base.py                      |  7 ++++---
 python/tests/test_schema.py                            |  7 ++++---
 .../file_appender.py => python/tests/test_typedef.py   | 18 ++++++++++--------
 8 files changed, 50 insertions(+), 33 deletions(-)
 copy python_legacy/iceberg/api/io/file_appender.py => python/tests/test_typedef.py (71%)