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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/HoodieCompactor.java:
##########
@@ -297,14 +286,12 @@ public List<WriteStatus> compact(HoodieCompactionHandler 
compactionHandler,
    * Execute a single compaction operation and report back status.
    */
   public List<WriteStatus> compact(HoodieCompactionHandler compactionHandler,
-                                   HoodieTableMetaClient metaClient,
-                                   HoodieWriteConfig writeConfig,
-                                   CompactionOperation operation,
-                                   String instantTime,
-                                   Option<EngineBroadcastManager> 
broadcastManagerOpt) throws IOException {
+                                       HoodieWriteConfig writeConfig,

Review Comment:
   let's fix the indentation.



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