nsivabalan commented on code in PR #12127:
URL: https://github.com/apache/hudi/pull/12127#discussion_r1807477684
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -570,6 +584,9 @@ private HoodieIndexDefinition
getFunctionalIndexDefinition(String indexName) {
}
private Set<String> getIndexPartitionsToInit(MetadataPartitionType
partitionType) {
+ if (dataMetaClient.getIndexMetadata().isEmpty()) {
Review Comment:
the class is named as HoodieIndexMetadata and hence the getter. Not sure if
we want to keep it generic. Will defer it in this patch. we can discuss w/
@codope and fix the naming in a follow up patch if need be.
--
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]