the-other-tim-brown commented on code in PR #13261:
URL: https://github.com/apache/hudi/pull/13261#discussion_r2094129274


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1403,7 +1403,7 @@ protected void commitInternal(String instantTime, 
Map<String, HoodieData<HoodieR
       metadataMetaClient.reloadActiveTimeline();
     }
 
-    writeClient.startCommitWithTime(instantTime);
+    writeClient.startCommitForMetadataTable(instantTime, 
HoodieActiveTimeline.DELTA_COMMIT_ACTION);

Review Comment:
   This is an easy enough change to make in this PR since the variable is 
always available to us. Let me add it so we don't have to revisit this in a few 
days.



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