We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1f9b9 commit c60d5adCopy full SHA for c60d5ad
1 file changed
pyiceberg/table/update/snapshot.py
@@ -720,11 +720,9 @@ def _get_entries(manifest: ManifestFile) -> list[ManifestEntry]:
720
return []
721
722
def _deleted_entries(self) -> list[ManifestEntry]:
723
- """Check if we need to mark the files as deleted."""
724
return self._cached_deleted_entries
725
726
def _existing_manifests(self) -> list[ManifestFile]:
727
- """To determine if there are any existing manifests."""
728
return self._get_existing_manifests()
729
730
0 commit comments