Hi all, BTW, besides the code in tsfile module, we also need to move the code in iotdb-api/common-api to tsfile project, and after that, it's better to change the package name of files in iotdb-api/common-api. The reason that we didn't change package names before is to keep forward compatibility.
On Tue, Jan 2, 2024 at 2:20 PM Yuan Tian <[email protected]> wrote: > 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 >
