Beyyes commented on a change in pull request #9: [IOTDB-5]Embedding
modifications in querying
URL: https://github.com/apache/incubator-iotdb/pull/9#discussion_r250496716
##########
File path: tsfile/src/main/java/org/apache/iotdb/tsfile/write/TsFileWriter.java
##########
@@ -72,6 +73,7 @@
**/
private long recordCountForNextMemCheck = 100;
private long chunkGroupSizeThreshold;
+ private long version = 0;
Review comment:
I think you can add some comments about the version.
Although there is no comments for ```recordCountForNextMemCheck``` and
```chunkGroupSizeThreshold```.
----------------------------------------------------------------
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