xiarixiaoyao commented on a change in pull request #3808:
URL: https://github.com/apache/hudi/pull/3808#discussion_r839550778



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java
##########
@@ -591,6 +591,10 @@ private void revertCompleteToInflight(HoodieInstant 
completed, HoodieInstant inf
     }
   }
 
+  private Path getInstantFileNamePath(String fileName) {
+    return new Path(fileName.contains(SAVE_SCHEMA_ACTION) ? 
metaClient.getSchemaFolderName() : metaClient.getMetaPath(), fileName);

Review comment:
       Yes, currently our history schema is saved in/ hoodie/.  In the schema 
directory, we need to save the schema through the metatable later,  once done 
we don't need such strange logic anymore




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