You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2021/12/10 14:20:17 UTC

[iotdb] branch rel/0.12 updated: correct release notes

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 051baab  correct release notes
051baab is described below

commit 051baab40dadb13021a437ad1da08cf9a43d1645
Author: JackieTien97 <Ja...@foxmail.com>
AuthorDate: Fri Dec 10 22:18:56 2021 +0800

    correct release notes
---
 RELEASE_NOTES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b728730..585ad84 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -30,10 +30,10 @@
 
 * [IOTDB-2027] Ignore too many WAL BufferOverflow log
 * [IOTDB-2061] Add max concurrent sub query parameter, read data in batches to limit max IO and add max cached buffer size configuration
-* [ISSUE-2102] Reduce the memory footprint of QueryDataSource
-* [ISSUE-2102] Push limit operator down to each reader
 * [IOTDB-2065] release TsFileSequenceReader soon when it is no longer used
 * [IOTDB-2072] Remove TVListAllocator to reduce the TVList mem cost
+* [ISSUE-2101] Reduce the memory footprint of QueryDataSource
+* [ISSUE-2102] Push limit operator down to each reader
 * [IOTDB-2123] Accelerate recovery process
 * update user guide for cpp-cpi and disable compiling nodejs in cpp-cli