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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/compact/HoodieFlinkCompactor.java:
##########
@@ -279,7 +279,6 @@ private void compact() throws Exception {
           LOG.warn("The compaction plan was fetched through the auxiliary 
path(.tmp) but not the meta path(.hoodie).\n"
               + "Clean the compaction plan in auxiliary path and cancels the 
compaction");
           CompactionUtil.cleanInstant(table.getMetaClient(), instant);
-          return;

Review Comment:
   We need to fix the `instants` list to remove the invalid instant in case it 
is scheduled.



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