danny0405 commented on code in PR #12948:
URL: https://github.com/apache/hudi/pull/12948#discussion_r1990378961


##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/metadata/FlinkHoodieBackedTableMetadataWriter.java:
##########
@@ -133,7 +133,7 @@ protected void commitInternal(String instantTime, 
Map<String, HoodieData<HoodieR
       metadataMetaClient = HoodieTableMetaClient.reload(metadataMetaClient);
     }
 
-    compactIfNecessary(writeClient);
+    metadataWriteHandler.compactIfNecessary(writeClient, "");

Review Comment:
   We are assuming Flink table version is always above 6?



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