jixuan1989 commented on a change in pull request #587: [IOTDB-325] Refactor 
Statistics
URL: https://github.com/apache/incubator-iotdb/pull/587#discussion_r352099917
 
 

 ##########
 File path: 
tsfile/src/main/java/org/apache/iotdb/tsfile/utils/ReadWriteIOUtils.java
 ##########
 @@ -192,6 +192,18 @@ public static int write(int n, OutputStream outputStream) 
throws IOException {
     return bytes.length;
   }
 
+  public static int write(byte[] bytes, OutputStream outputStream) throws 
IOException {
 
 Review comment:
   remove if not needed.

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


With regards,
Apache Git Services

Reply via email to