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


##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/HoodieFlinkTableServiceClient.java:
##########
@@ -76,18 +77,18 @@ protected HoodieFlinkTableServiceClient(HoodieEngineContext 
context,
   protected HoodieWriteMetadata<List<WriteStatus>> compact(String 
compactionInstantTime, boolean shouldComplete) {
     // only used for metadata table, the compaction happens in single thread
     HoodieWriteMetadata<List<WriteStatus>> compactionMetadata = 
getHoodieTable().compact(context, compactionInstantTime);
-    commitCompaction(compactionInstantTime, 
compactionMetadata.getCommitMetadata().get(), Option.empty());
+    commitCompaction(compactionInstantTime, 
compactionMetadata.getCommitMetadata().get(), Option.empty(), Option.empty());

Review Comment:
   i'll fix it in this PR itself.



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