yihua commented on code in PR #12900:
URL: https://github.com/apache/hudi/pull/12900#discussion_r1977983664


##########
hudi-io/src/main/java/org/apache/hudi/common/util/FileIOUtils.java:
##########
@@ -191,8 +191,8 @@ public static void createFileInPath(HoodieStorage storage,
     }
   }
 
-  public static void createFileInPath(HoodieStorage storage, StoragePath 
fullPath, Option<byte[]> content) {
-    createFileInPath(storage, fullPath, content.map(bytes -> (outputStream) -> 
outputStream.write(bytes)), false);
+  public static void createFileInPath(HoodieStorage fileSystem, StoragePath 
fullPath, Option<HoodieInstantWriter> contentWriter) {

Review Comment:
   ```suggestion
     public static void createFileInPath(HoodieStorage storage, StoragePath 
fullPath, Option<HoodieInstantWriter> contentWriter) {
   ```



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