Feature Request / Improvement
Only position delete is supported right now
|
positional_delete_entries = SortedList(key=lambda entry: entry.sequence_number or INITIAL_SEQUENCE_NUMBER) |
Let's also add reading equality delete
Position delete PR apache/iceberg#6775
Feature Request / Improvement
Only position delete is supported right now
iceberg-python/pyiceberg/table/__init__.py
Line 1418 in e5a58b3
Let's also add reading equality delete
Position delete PR apache/iceberg#6775