Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Aug 11, 2024
1 parent 9d13d2c commit b195f23
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class DeltaFollowUpScanner implements FollowUpScanner {
@Override
public boolean shouldScanSnapshot(Snapshot snapshot) {
if (snapshot.commitKind() == Snapshot.CommitKind.APPEND) {
System.out.println("here! : " + snapshot.id());
return true;
}

Expand Down

0 comments on commit b195f23

Please sign in to comment.