Update comment
This commit is contained in:
committed by
Balaji Varadarajan
parent
8440482977
commit
e4ea7a2971
@@ -472,7 +472,7 @@ public class HoodieActiveTimeline extends HoodieDefaultTimeline {
|
||||
Preconditions.checkArgument(instant.getState().equals(State.REQUESTED));
|
||||
// Write workload to auxiliary folder
|
||||
createFileInAuxiliaryFolder(instant, content);
|
||||
// Plan is only stored in auxiliary folder, here stored in meta path
|
||||
// Plan is stored in meta path
|
||||
createFileInMetaPath(instant.getFileName(), content, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user