This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from 26ecfe77 fix: preserve HMS table properties during commits (#2927)
add 2d6a1b97 feat: Add DeleteFileIndex to improve position delete lookup
(#2918)
No new revisions were added by this update.
Summary of changes:
pyiceberg/table/__init__.py | 40 ++-----
pyiceberg/table/delete_file_index.py | 142 +++++++++++++++++++++++++
tests/table/test_delete_file_index.py | 189 ++++++++++++++++++++++++++++++++++
tests/table/test_init.py | 120 +--------------------
4 files changed, 339 insertions(+), 152 deletions(-)
create mode 100644 pyiceberg/table/delete_file_index.py
create mode 100644 tests/table/test_delete_file_index.py