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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/clustering/HoodieFlinkClusteringJob.java:
##########
@@ -259,15 +287,18 @@ private void cluster() throws Exception {
       if (!clusteringPlanOption.isPresent()) {
         // do nothing.
         LOG.info("No clustering plan scheduled, turns on the clustering plan 
schedule with --schedule option");
+        executeDummyPipeline();
         return;
       }
 
+      clusteringInstant = clusteringPlanOption.get().getLeft();
       HoodieClusteringPlan clusteringPlan = 
clusteringPlanOption.get().getRight();

Review Comment:
   No special reasons, I will remove it.



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