You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "danny0405 (via GitHub)" <gi...@apache.org> on 2023/02/07 06:12:02 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #7843: [MINOR]Remove legacy code in HoodieFlinkCompactor

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

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