garyli1019 commented on code in PR #6025:
URL: https://github.com/apache/hudi/pull/6025#discussion_r914610339


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/compact/HoodieFlinkCompactor.java:
##########
@@ -99,6 +94,12 @@ public void start(boolean serviceMode) throws Exception {
     }
   }
 
+  public void shutDown() throws Exception {
+    if (compactionScheduleService != null) {

Review Comment:
   scheduling compaction on the batch job when the streaming job is ingesting 
data into the table.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to