File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 under the License.
1919
2020-->
21+ # Apache TsFile 2.2.1
22+
23+ ## New Feature
24+
25+ - [ Java] Support modifying schema during the write process.
26+ - [ Java] Support memory usage estimation for Tablet and related classes.
27+ - [ Java] Support I/O size recording during file reading.
28+ - [ Java] Support encryption configuration for read and write operations.
29+ - [ Python] Support converting DataFrame to TsFile.
30+ - [ Python] Support DATE, TIMESTAMP and other new data types.
31+
32+ ## Improvement
33+
34+ - [ Java] Optimize memory usage calculation for aligned data.
35+ - [ Java] Support JDK-25.
36+ - [ C++] Upgrade zlib to latest version.
37+
38+ ## Bugfix
39+
40+ - [ Java] Fixed incorrect query results when reading DATE type in table model.
41+ - [ Java] Fixed data corruption when rewriting chunks with time deletion.
42+ - [ Java] Fixed chunk metadata loss when deserializing from temporary files.
43+ - [ C++] Fixed inability to read files exceeding 2GB.
44+ - [ C++] Fixed aligned chunk reader producing wrong output.
45+ - [ Python] Fixed DataFrame validation and column name handling issues.
46+
2147# Apache TsFile 2.2.0
2248
2349## New Feature
You can’t perform that action at this time.
0 commit comments