Skip to content

Commit 236f9f6

Browse files
author
Sreesh Maheshwar
committed
Nit: Make DataScan::_check_sequence_number static
1 parent 045dd10 commit 236f9f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyiceberg/table/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,8 @@ def _build_residual_evaluator(self, spec_id: int) -> Callable[[DataFile], Residu
18571857
)
18581858
)
18591859

1860-
def _check_sequence_number(self, min_sequence_number: int, manifest: ManifestFile) -> bool:
1860+
@staticmethod
1861+
def _check_sequence_number(min_sequence_number: int, manifest: ManifestFile) -> bool:
18611862
"""Ensure that no manifests are loaded that contain deletes that are older than the data.
18621863
18631864
Args:

0 commit comments

Comments
 (0)