Hi all, In order to successfully separate the code of the tsfile module from the iotdb project, I made some changes in this PR ( https://github.com/apache/iotdb/pull/11813):
1. move some Path related antlr defined g4 file to tsfile module, so that tsfile module won't depend on iotdb-antlr module 2. move some codes that are only used in datanode from tsfile module to datanode module. After the PR is merged, the code of the tsfile module should be completely separated from the iotdb project. Best regards ----------------------------- Yuan Tian
