Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Mar 11, 2024
1 parent f622d80 commit 8a85ee5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ public LookupMergeTreeCompactRewriter(

@Override
protected void notifyCompactBefore(List<DataFileMeta> files) {
super.notifyCompactBefore(files);
if (dvMaintainer != null) {
files.forEach(file -> dvMaintainer.removeDeletionVectorOf(file.fileName()));
}
}

@Override
Expand Down

0 comments on commit 8a85ee5

Please sign in to comment.