nsivabalan commented on code in PR #14090:
URL: https://github.com/apache/hudi/pull/14090#discussion_r2432816525
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java:
##########
@@ -717,7 +718,7 @@ public static HoodieRecord createRecordIndexDelete(String
recordKey, String part
HoodieKey key = new HoodieKey(recordKey,
MetadataPartitionType.RECORD_INDEX.getPartitionPath());
return new HoodieAvroRecord<>(key, isPartitionedRLI
? new EmptyHoodieRecordPayloadWithPartition(partitionPath)
- : new EmptyHoodieRecordPayload());
Review Comment:
we also need to fix createRecordIndexUpdate method at L635 to set
`isDeleted` to false for update record.
--
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]