Dear developers,
The preview version of the table model is near, which may be referred to as 2.0.1-alpha. After we give out the preview version, we will be maintaining 3 versions concurrently, namely, 1.3.x 2.0.1-alpha master. Each of them depends on a different version of TsFile, and below is the association between IoTDB branches and TsFile's: IoTDB dev/1.3 branch -> tsfile dev/1.1 branchIoTDB dev/2.0.1 branch -> tsfile rc/2.0.1 branchIoTDB master branch -> tsfile develop branch In general, if you want to modify depended TsFile of some version of IoTDB, please find the associated branch and submit your pull request. If the problem also affects other versions, do not forget to cherry-pick the commit to other branches. Best, Tian Jiang