This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from 8614ba0 Add small test on duplicate changes (#273)
add 8f7927b Write support (#41)
No new revisions were added by this update.
Summary of changes:
mkdocs/docs/api.md | 98 ++++++
poetry.lock | 36 +-
pyiceberg/io/pyarrow.py | 82 +++--
pyiceberg/manifest.py | 100 ++++--
pyiceberg/table/__init__.py | 335 +++++++++++++++++-
pyiceberg/table/snapshots.py | 36 +-
pyproject.toml | 1 +
.../{test_catalogs.py => test_reads.py} | 0
tests/integration/test_writes.py | 387 +++++++++++++++++++++
tests/io/test_pyarrow_stats.py | 67 +---
tests/table/test_init.py | 6 +-
tests/table/test_snapshots.py | 14 +-
tests/utils/test_manifest.py | 9 +-
13 files changed, 1035 insertions(+), 136 deletions(-)
rename tests/integration/{test_catalogs.py => test_reads.py} (100%)
create mode 100644 tests/integration/test_writes.py