Skip to content

Commit

Permalink
Missing setReferencedSize in toBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
smengcl committed Aug 11, 2023
1 parent 5641717 commit 2bb42d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ public SnapshotInfo.Builder toBuilder() {
.setSnapshotPath(snapshotPath)
.setCheckpointDir(checkpointDir)
.setDeepClean(deepClean)
.setSstFiltered(sstFiltered);
.setSstFiltered(sstFiltered)
.setReferencedSize(referencedSize);
}

/**
Expand Down

0 comments on commit 2bb42d7

Please sign in to comment.