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/04/06 14:38:24 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #8385: [HUDI-6040]Stop writing and reading compaction plans from .aux folder

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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java:
##########
@@ -704,8 +687,6 @@ public void saveToCompactionRequested(HoodieInstant instant, Option<byte[]> cont
 
   public void saveToCompactionRequested(HoodieInstant instant, Option<byte[]> content, boolean overwrite) {
     ValidationUtils.checkArgument(instant.getAction().equals(HoodieTimeline.COMPACTION_ACTION));
-    // Write workload to auxiliary folder
-    createFileInAuxiliaryFolder(instant, content);

Review Comment:
   cc @bvaradar for taking over this, generally looks good.



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