Skip to content

Commit

Permalink
fix last-sequence-number
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Jan 23, 2024
1 parent 540f42e commit 761163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceberg-rust/src/table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl Table {
let snapshot = Snapshot {
snapshot_id,
parent_snapshot_id,
sequence_number: metadata.last_sequence_number + 1,
sequence_number: metadata.last_sequence_number,
timestamp_ms,
manifest_list: new_manifest_list_location,
summary: Summary {
Expand Down

0 comments on commit 761163e

Please sign in to comment.