codope commented on code in PR #9044:
URL: https://github.com/apache/hudi/pull/9044#discussion_r1244725981


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/index/RunIndexActionExecutor.java:
##########
@@ -167,6 +167,10 @@ public Option<HoodieIndexCommitMetadata> execute() {
       } else {
         String indexUptoInstant = fileIndexPartitionInfo.getIndexUptoInstant();
         // save index commit metadata and update table config
+        // instantiation of metadata writer will automatically instantiate the 
partitions.
+        table.getIndexingMetadataWriter(instantTime)

Review Comment:
   this is what i was talking about.. we need to trigger the mdt instantiation 
in this block too. 



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