qiaojialin commented on a change in pull request #380: Move a util class to 
test dir and fix some minor problems
URL: https://github.com/apache/incubator-iotdb/pull/380#discussion_r321949595
 
 

 ##########
 File path: 
tsfile/src/main/java/org/apache/iotdb/tsfile/write/writer/TsFileIOWriter.java
 ##########
 @@ -447,4 +447,12 @@ public void filterChunks(Map<Path, List<Long>> 
chunkStartTimes) {
       }
     }
   }
+
+  /**
+   * this function is only for Test.
+   * @return TsFileOutput
+   */
+  public TsFileOutput getIOWriterOut() {
+    return this.out;
 
 Review comment:
   why do you add this method...

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