lokeshj1703 commented on code in PR #12266:
URL: https://github.com/apache/hudi/pull/12266#discussion_r1850647788


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieIndexDefinition.java:
##########
@@ -81,6 +81,10 @@ public String getIndexType() {
     return indexType;
   }
 
+  public String getIndexNameWithoutPrefix() {
+    return indexName.substring(indexType.length() + 1);

Review Comment:
   Changed the method to use MetadataPartitionType itself. Added a UT as well



##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -195,23 +195,28 @@ protected HoodieTableMetaClient(HoodieStorage storage, 
String basePath, boolean
   public HoodieTableMetaClient() {
   }
 
+  public String getIndexDefinitionPath() {

Review Comment:
   Addressed



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