Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Nov 20, 2024
1 parent 400bdd6 commit 6d88d78
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ private Plan nextPlan() {
nextSnapshotId++;
return overwritePlan;
}
}

if (followUpScanner.shouldScanSnapshot(snapshot)) {
} else if (followUpScanner.shouldScanSnapshot(snapshot)) {
LOG.debug("Find snapshot id {}.", nextSnapshotId);
SnapshotReader.Plan plan = followUpScanner.scan(snapshot, snapshotReader);
currentWatermark = plan.watermark();
Expand Down

0 comments on commit 6d88d78

Please sign in to comment.