1
0

[MINOR] Repeated execution of update status (#5089)

This commit is contained in:
Bo Cui
2022-03-31 05:30:06 +08:00
committed by GitHub
parent 2b60641d17
commit 17d11f4839

View File

@@ -188,7 +188,6 @@ public class BucketAssignFunction<K, I, O extends HoodieRecord<?>>
out.collect((O) deleteRecord);
}
location = getNewRecordLocation(partitionPath);
updateIndexState(partitionPath, location);
} else {
location = oldLoc.toLocal("U");
this.bucketAssigner.addUpdate(partitionPath, location.getFileId());