File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments