We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8a439 commit 111504fCopy full SHA for 111504f
1 file changed
iceberg-rust/src/table/transaction/operation.rs
@@ -510,7 +510,7 @@ impl Operation {
510
let mut snapshot_builder = SnapshotBuilder::default();
511
snapshot_builder
512
.with_snapshot_id(snapshot_id)
513
- .with_sequence_number(0)
+ .with_sequence_number(sequence_number)
514
.with_schema_id(*schema.schema_id())
515
.with_manifest_list(new_manifest_list_location)
516
.with_summary(Summary {
0 commit comments