xushiyan commented on a change in pull request #2359:
URL: https://github.com/apache/hudi/pull/2359#discussion_r549528012



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/testutils/FileCreateUtils.java
##########
@@ -83,6 +83,17 @@ private static void createMetaFile(String basePath, String 
instantTime, String s
     }
   }
 
+  private static void createMetaFile(FileSystem fs, String basePath, String 
instantTime, String suffix) throws IOException {

Review comment:
       `HoodieTestTable` makes use of this `FileCreateUtils` to perform the 
actual file manipulations.




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

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


Reply via email to