We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316bac commit b6b24d7Copy full SHA for b6b24d7
pyiceberg/table/__init__.py
@@ -112,7 +112,6 @@
112
SnapshotLogEntry,
113
SnapshotSummaryCollector,
114
Summary,
115
- ancestors_of,
116
update_snapshot_summaries,
117
)
118
from pyiceberg.table.sorting import UNSORTED_SORT_ORDER, SortOrder
tests/table/test_init.py
@@ -75,7 +75,8 @@
75
Operation,
76
Snapshot,
77
78
- Summary, ancestors_of,
+ Summary,
79
+ ancestors_of,
80
81
from pyiceberg.table.sorting import (
82
NullOrder,
0 commit comments