[MINOR] Repeated execution of update status (#5089)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user