You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/17 07:06:27 UTC

[GitHub] [hudi] yihua commented on a change in pull request #4078: [HUDI-2833][Design] Merge small archive files instead of expanding indefinitely.

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?




-- 
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-unsubscribe@hudi.apache.org

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