Skip to content

Apache TsFile 2.1.0

Compare
Choose a tag to compare
@ColinLeeo ColinLeeo released this 11 Jul 07:03
· 31 commits to develop since this release

New Feature

  • [Java] Support setting default compression by datatype(#523).
  • [Java] Support using environment variables to generate main encrypt key(#512).
  • [Java] Support estimating ram usage of measurement schema(#508).
  • [Java] Add TsFileLastReader to retrieve the last points in a TsFile(#498).
  • [Cpp/C/Python] Support TsFile Table reader and writer.

Improvement/Bugfix

  • [Java] Fix memory calculation of BinaryColumnBuilder(#530).
  • [Java] Resolved case sensitivity issue when reading column names(#518).
  • [Java] Fix npe when closing the last reader that has not been used(#513).
  • [Java] Fix float RLBE encoding loss of precision(#484).

Full Changelog: v2.0.3...v2.1.0