Hi all, We are excited to announce that we are adding support for new data types in TsFile. We have completed the functional design, which you can review in our documentation at " https://apache-iotdb.feishu.cn/docx/VHnMdyW6WobOrZx3o46cuFF9nJd".
In this update, we plan to introduce the following four new data types: DATE, TIMESTAMP, BLOB and STRING. You can find more details in the corresponding pull request: "https://github.com/apache/tsfile/pull/76". To help you better understand and use these new data types, we have provided write and read examples in the java/example directory of the TsFile repository. The specific files are as follows: Write examples: - TsFileWriteAlignedWithTablet.java - TsFileWriteAlignedWithTSRecord.java - TsFileWriteWithTablet.java - TsFileWriteWithTSRecord.java Read example: - TsFileRead.java We look forward to your feedback and suggestions. If you have any questions, please feel free to reach out to us. Thank you! Best regards, Yanze Chen
