This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch rel/0.12 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 564f7b496519e7cb7e091c6fa4f2b06b069456b1 Author: qiaojialin <[email protected]> AuthorDate: Thu Jul 7 17:20:27 2022 +0800 update release note of 0.12.6 --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 475f274393..70e2a5feb9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -25,8 +25,13 @@ * [IOTDB-3515] Make the message clear when loading empty TsFile ## Bug Fixes +* [IOTDB-2773] Fix overlapped data should be consumed first bug +* [IOTDB-3135] Fix parameter max_select_unseq_file_num_in_each_unseq_compaction doesn't work +* [IOTDB-3292] Fix chunk size overflow in level compaction * [IOTDB-3392] Fix File doesn't exist when moving TsFile when virtual_storage_group > 1 * [IOTDB-3398] Remove the exception when query meet a device is not in TsFile, which is a normal case +* [IOTDB-3602] Skip empty TsFile when loading directory +* [ISSUE-4399] When non-root user get an empty query result, return no permission error message * [ISSUE-5809] Fix bug: sum aggregation result return 0 when no data * Fix data in seq files overlapped
