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/01/24 00:39:19 UTC

[iceberg] branch master updated (562e2b0 -> 095754c)

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 562e2b0  Core: Fix an error message in BinPackStrategy (#3919)
     add 095754c  Python: Add FileIO, InputFile, and OutputFile abstract base classes (#3691)

No new revisions were added by this update.

Summary of changes:
 python/src/iceberg/io/base.py | 100 +++++++++++++
 python/tests/io/test_base.py  | 316 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 416 insertions(+)
 create mode 100644 python/src/iceberg/io/base.py
 create mode 100644 python/tests/io/test_base.py