jixuan1989 commented on a change in pull request #72: [IOTDB-22] Fix Bug in JIRA
URL: https://github.com/apache/incubator-iotdb/pull/72#discussion_r260767606
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/Statistics.java
##########
@@ -295,4 +336,95 @@ public int serialize(OutputStream outputStream) throws
IOException {
return length;
}
+ public static void main(String[] args) throws IOException {
Review comment:
please change this main function as a UT function
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services