Skip to content

Commit 14cbe27

Browse files
author
Sreesh Maheshwar
committed
Remove TODOs
1 parent f0ee5cb commit 14cbe27

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyiceberg/table/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,6 @@ def plan_files(self) -> Iterable[FileScanTask]:
19231923

19241924
return self._manifest_group_planner.plan_files(manifests=snapshot.manifests(self.io))
19251925

1926-
# TODO: Document motivation and un-caching
19271926
@property
19281927
def partition_filters(self) -> KeyDefaultDict[int, BooleanExpression]:
19291928
return self._manifest_group_planner.partition_filters
@@ -2083,7 +2082,6 @@ def _validate_and_resolve_snapshots(self) -> tuple[int, int]:
20832082

20842083
return self.from_snapshot_id_exclusive, to_snapshot_id
20852084

2086-
# TODO: Note behaviour change from DataScan that we throw
20872085
def _is_snapshot_missing(self, snapshot_id: int) -> bool:
20882086
"""Return whether the snapshot ID is missing in the table metadata."""
20892087
return self.table_metadata.snapshot_by_id(snapshot_id) is None

0 commit comments

Comments
 (0)