codope commented on code in PR #12653:
URL: https://github.com/apache/hudi/pull/12653#discussion_r1922048721
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -627,6 +668,7 @@ private Set<String>
getIndexPartitionsToInit(MetadataPartitionType partitionType
}
private Pair<Integer, HoodieData<HoodieRecord>>
initializeSecondaryIndexPartition(String indexName) throws IOException {
+ // TODO: does index definition already exist at this point, in case we're
coming via the indexer?
Review Comment:
removed the TODO. I wrote this while I was debugging a test failure. It's
already handled now.
--
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]