We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b6f68 commit 4c51495Copy full SHA for 4c51495
crates/iceberg/src/transaction/validate.rs
@@ -193,7 +193,6 @@ pub(crate) trait SnapshotValidator {
193
}
194
195
// Get starting seq num from starting snapshot if available
196
-
197
let starting_sequence_number = if let Some(from_snapshot_id) = from_snapshot_id {
198
match base.metadata().snapshots.get(&from_snapshot_id) {
199
Some(snapshot) => snapshot.sequence_number(),
0 commit comments