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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to