[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);
|
out.collect((O) deleteRecord);
|
||||||
}
|
}
|
||||||
location = getNewRecordLocation(partitionPath);
|
location = getNewRecordLocation(partitionPath);
|
||||||
updateIndexState(partitionPath, location);
|
|
||||||
} else {
|
} else {
|
||||||
location = oldLoc.toLocal("U");
|
location = oldLoc.toLocal("U");
|
||||||
this.bucketAssigner.addUpdate(partitionPath, location.getFileId());
|
this.bucketAssigner.addUpdate(partitionPath, location.getFileId());
|
||||||
|
|||||||
Reference in New Issue
Block a user