This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch rc/2.0.2
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/rc/2.0.2 by this push:
new ab889546 add 2.0.1 RN
ab889546 is described below
commit ab889546daae9c4b45509f4d440f3ca5240e1b3b
Author: HTHou <[email protected]>
AuthorDate: Fri Feb 7 10:58:02 2025 +0800
add 2.0.1 RN
---
RELEASE_NOTES.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8b557d78..2a766f3a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,17 @@
under the License.
-->
+
+# Apache TsFile 2.0.1
+
+## Improvement/Bugfix
+- Modify tablet usage (#358)
+- Add column builder compatibility (#367)
+- add cache table schema map option (#369)
+- fix getVisibleMetadataList
+- TimeColumn.reset() throws UnsupportedOperationException (#379)
+- Add statistic compatibility (#382)
+
# Apache TsFile 2.0.0
## New Feature