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 2019/11/20 15:24:28 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1024: [HUDI-345] Fix used deprecated function

vinothchandar commented on a change in pull request #1024: [HUDI-345] Fix used deprecated function
URL: https://github.com/apache/incubator-hudi/pull/1024#discussion_r348545277
 
 

 ##########
 File path: hudi-common/src/main/java/org/apache/hudi/common/io/storage/SizeAwareFSDataOutputStream.java
 ##########
 @@ -43,7 +43,7 @@
 
   public SizeAwareFSDataOutputStream(Path path, FSDataOutputStream out, ConsistencyGuard consistencyGuard,
       Runnable closeCallback) throws IOException {
-    super(out);
+    super(out, null);
 
 Review comment:
   is it okay to pass null here? this is the stats object right?

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


With regards,
Apache Git Services