This is an automated email from the ASF dual-hosted git repository.
sungwy pushed a change to branch pyiceberg-0.7.x
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from be5c4264 missing markers (#969)
new daf0e319 Fix pydantic warning in the commit process (#972)
new ea17a322 Use original `partition-spec-id` when marking a file as
deleted (#984)
new a057849a Use `self.table_metadata` in transaction (#985)
new d1d61688 Fix: accept empty arrays in struct field lookup (#997)
new 2818cd71 Fix list namespace response in rest catalog (#995)
new fbf72f64 Exclude Python 3.9.7 due to import error in catalog module
(#526)
new 01e8ce2c Allow setting `write.parquet.row-group-limit` (#1016)
new e00a55c8 Handle Empty `RecordBatch` within `_task_to_record_batches`
(#1026)
new 7c9e0636 Fix `overwrite` when filtering complete files (#1023)
new f1076b1a Allow setting `write.parquet.page-row-limit` (#1017)
new 24105397 minor fix (#1030)
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev/provision.py | 10 +
mkdocs/docs/configuration.md | 17 +-
poetry.lock | 932 ++++++++++++++-------------
pyiceberg/catalog/rest.py | 5 +-
pyiceberg/io/pyarrow.py | 14 +-
pyiceberg/table/__init__.py | 62 +-
pyproject.toml | 2 +-
tests/catalog/test_rest.py | 2 +-
tests/catalog/test_sql.py | 6 +-
tests/integration/test_deletes.py | 158 ++++-
tests/integration/test_reads.py | 72 +++
tests/integration/test_writes/test_writes.py | 48 +-
12 files changed, 825 insertions(+), 503 deletions(-)