voonhous commented on code in PR #6566:
URL: https://github.com/apache/hudi/pull/6566#discussion_r961212281


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/clustering/HoodieFlinkClusteringJob.java:
##########
@@ -335,5 +391,17 @@ public void shutdownAsyncService(boolean error) {
     public void shutDown() {
       shutdownAsyncService(false);
     }
+
+    /**
+     * Execute a dummy pipeline to prevent "no execute() calls" exceptions 
from being thrown if
+     * clustering is not performed.
+     */

Review Comment:
   <img width="1406" alt="image" 
src="https://user-images.githubusercontent.com/6312314/188038599-9df06074-0ad3-488b-a07b-5076476a3458.png";>
   



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