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/06/12 19:58:45 UTC

[iceberg] branch master updated (9f5b0d720 -> 1e43cb423)

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 9f5b0d720 Spark: Fix flaky testOlderThanTimestamp in TestRemoveOrphanFilesAction3 (#4825)
     add 1e43cb423 Python: Extend the use of the Singleton (#5008)

No new revisions were added by this update.

Summary of changes:
 python/src/iceberg/expressions/base.py             |  15 +--
 python/src/iceberg/expressions/literals.py         |   6 +-
 python/src/iceberg/types.py                        | 104 +++------------------
 .../__init__.py => src/iceberg/utils/singleton.py} |  12 +++
 python/tests/expressions/test_expressions_base.py  |   7 +-
 python/tests/test_types.py                         |   7 ++
 6 files changed, 49 insertions(+), 102 deletions(-)
 copy python/{tests/catalog/__init__.py => src/iceberg/utils/singleton.py} (68%)