Davis-Zhang-Onehouse commented on code in PR #13489:
URL: https://github.com/apache/hudi/pull/13489#discussion_r2219867922


##########
hudi-common/src/main/java/org/apache/hudi/metadata/MetadataPartitionType.java:
##########
@@ -226,6 +227,11 @@ public String getPartitionPath(HoodieTableMetaClient 
metaClient, String indexNam
       checkArgument(metaClient.getIndexMetadata().isPresent(), "Index 
definition is not present for index: " + indexName);
       return 
metaClient.getIndexMetadata().get().getIndexDefinitions().get(indexName).getIndexName();
     }
+
+    @Override
+    public SerializableBiFunction<String, Integer, Integer> 
getFileGroupIndexFunction(HoodieIndexVersion indexVersion) {

Review Comment:
   done



-- 
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]

Reply via email to