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/02/23 20:27:37 UTC

[iceberg] branch master updated (d831dd5 -> bb08b04)

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 d831dd5  AWS: Use independent http client for AWS clients (#4175)
     add bb08b04  Python: Add PyArrowFileIO Implementation (#4081)

No new revisions were added by this update.

Summary of changes:
 python/src/iceberg/io/base.py    |  75 +++++++++--
 python/src/iceberg/io/pyarrow.py | 205 ++++++++++++++++++++++++++++
 python/tests/io/test_base.py     | 137 ++++++++++++++-----
 python/tests/io/test_pyarrow.py  | 282 +++++++++++++++++++++++++++++++++++++++
 python/tox.ini                   |   6 +-
 5 files changed, 657 insertions(+), 48 deletions(-)
 create mode 100644 python/src/iceberg/io/pyarrow.py
 create mode 100644 python/tests/io/test_pyarrow.py