codope commented on code in PR #9675:
URL: https://github.com/apache/hudi/pull/9675#discussion_r1321867206
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1448,11 +1448,12 @@ private HoodieData<HoodieRecord>
getRecordIndexUpdates(HoodieData<WriteStatus> w
LOG.error(msg);
throw new HoodieMetadataException(msg);
}
+ // for updates, we can skip updating RLI partition in MDT
+ } else {
+ hoodieRecord = HoodieMetadataPayload.createRecordIndexUpdate(
Review Comment:
so newLocation is present but currentLocation is not.. this should happen
only with append handle right and no other place? I assume you have already
checked that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]