The Apache TsFile team is pleased to announce the release of Apache TsFile
2.0.2.

Apache TsFile is a columnar storage file format designed for time series
data, which supports efficient compression, high throughput of read and
write, and compatibility with various frameworks, such as Spark and Flink.
It is easy to integrate TsFile into IoT big data processing frameworks.

## Improvement/Bugfix
- Correct the retained size calculation for BinaryColumn and BinaryColumnBuilder
- Don't print exception log when thread is interrupted (#386)
- Fix float encoder overflow when float value itself over int range (#412)
- Fix date string parse error (#413)
- compaction adapting new type when table alter column type (#415)
- primitive type compatible (#437)
- Fixed the empty string ser/de bug & null string[] array calculation bug
- add getter for encryptParam (#447)

The full release note is available at:
https://dlcdn.apache.org/tsfile/2.0.2/RELEASE_NOTES.md

Maven artifacts can be found at:
https://search.maven.org/search?q=g:org.apache.tsfile


Best Regards,
The Apache TsFile team

Reply via email to