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 5e89fc5c Bump version to 0.7.1 (#1034)
new f73da80c [bug] fix reading with `to_arrow_batch_reader` and `limit`
(#1042)
new f92994e8 Fix tracing existing entries when there are deletes (#1046)
The 2 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:
pyiceberg/io/pyarrow.py | 8 ++-
pyiceberg/table/__init__.py | 13 ++---
tests/integration/test_reads.py | 48 ++++++++++++++++
tests/integration/test_writes/test_writes.py | 82 +++++++++++++++++++++++++++-
4 files changed, 139 insertions(+), 12 deletions(-)