File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1919
2020-->
2121
22+ # Apache TsFile 2.1.0
23+
24+ ## New Feature
25+ - [ Java] Support setting default compression by datatype(#523 ).
26+ - [ Java] Support using environment variables to generate main encrypt key(#512 ).
27+ - [ Java] Support estimating ram usage of measurement schema(#508 ).
28+ - [ Java] Add TsFileLastReader to retrieve the last points in a TsFile(#498 ).
29+ - [ Cpp/C/Python] Support TsFile Table reader and writer.
30+
31+ ## Improvement/Bugfix
32+ - [ Java] Fix memory calculation of BinaryColumnBuilder(#530 ).
33+ - [ Java] Resolved case sensitivity issue when reading column names(#518 ).
34+ - [ Java] Fix npe when closing the last reader that has not been used(#513 ).
35+ - [ Java] Fix float RLBE encoding loss of precision(#484 ).
36+
2237# Apache TsFile 2.0.3
2338
2439## Improvement/Bugfix
You can’t perform that action at this time.
0 commit comments