yihua commented on a change in pull request #4078:
URL: https://github.com/apache/hudi/pull/4078#discussion_r785684248



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/util/FileIOUtils.java
##########
@@ -160,4 +160,33 @@ public static void closeQuietly(Closeable closeable) {
       LOG.warn("IOException during close", e);
     }
   }
+
+  public static void createFileInPath(FileSystem fileSystem, 
org.apache.hadoop.fs.Path fullPath, Option<byte[]> content) {

Review comment:
       nit: have `throws HoodieIOException` in the method signature?  so that 
the can decide if the exception can be ignore.




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to