Davis-Zhang-Onehouse commented on code in PR #13622:
URL: https://github.com/apache/hudi/pull/13622#discussion_r2236975587
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java:
##########
@@ -834,6 +834,7 @@ private HoodiePairData<String, String>
getSecondaryIndexRecordsV1(HoodieData<Str
}
return getRecordsByKeyPrefixes(keys, partitionName, false,
SecondaryIndexKeyUtils::escapeSpecialChars)
+ .filter(hoodieRecord -> !hoodieRecord.getData().isDeleted())
Review Comment:
Yes lokesh, I think this is a valid point. Is it possible that I do it in a
follow up? So that we can land this and other downstream changes blocked on
this one
--
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]