We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0f095 commit 25c0d72Copy full SHA for 25c0d72
1 file changed
pyiceberg/table/update/validate.py
@@ -263,7 +263,7 @@ def _added_delete_files(
263
return dfi
264
265
266
-def _starting_sequence_number(table: Table, starting_snapshot: Snapshot | None) -> int:
+def _starting_sequence_number(table: Table, starting_snapshot: Snapshot) -> int:
267
"""Find the starting sequence number from a snapshot.
268
269
Args:
0 commit comments