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/11/10 00:45:59 UTC

[iceberg] branch master updated (e4dc3fc83a -> 15cdc250af)

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 e4dc3fc83a Core: Sync client/server properties in REST catalog (#6150)
     add 15cdc250af Python: Use FileIO from Table and forward S3 credentials (#6161)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/catalog/hive.py   |  9 ++++++--
 python/pyiceberg/catalog/rest.py   |  4 ++++
 python/pyiceberg/cli/console.py    |  4 +---
 python/pyiceberg/cli/output.py     | 20 +++++++++++-----
 python/pyiceberg/io/fsspec.py      |  1 +
 python/pyiceberg/io/pyarrow.py     |  1 +
 python/pyiceberg/table/__init__.py | 47 ++++++++++++++++++++++++++++++++------
 python/tests/cli/test_console.py   |  7 ++++--
 8 files changed, 73 insertions(+), 20 deletions(-)