prashantwason commented on a change in pull request #2496:
URL: https://github.com/apache/hudi/pull/2496#discussion_r565665569



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/fs/HoodieWrapperFileSystem.java
##########
@@ -90,11 +94,18 @@ public static void setMetricsRegistry(Registry registry, 
Registry registryMeta)
     R get() throws IOException;
   }
 
+  @FunctionalInterface
+  public interface CheckedIntFunction extends CheckedFunction<Integer> {

Review comment:
       This is used for one of the executeFuncWithTimeAndByteMetrics() function 
as the type of argument.
   
   This refers to a API function which returns an integer as the number of 
bytes written.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to