Skip to content

Commit 25c0d72

Browse files
committed
snapshot is walways passed :)
1 parent 8c0f095 commit 25c0d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/update/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _added_delete_files(
263263
return dfi
264264

265265

266-
def _starting_sequence_number(table: Table, starting_snapshot: Snapshot | None) -> int:
266+
def _starting_sequence_number(table: Table, starting_snapshot: Snapshot) -> int:
267267
"""Find the starting sequence number from a snapshot.
268268
269269
Args:

0 commit comments

Comments
 (0)