You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/01/27 14:52:07 UTC

[iotdb] branch master updated (bd1a867 -> 0eba627)

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

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from bd1a867  [IOTDB-1129] Correct `calculateLength` logic according New TsFile Format for 0.12 (#2584)
     add 0eba627  IOTDB-1126 unseq tsfile delete due to merge (#2577)

No new revisions were added by this update.

Summary of changes:
 .../db/engine/merge/task/MergeMultiChunkTask.java  |   1 +
 .../iotdb/db/engine/merge/task/MergeTask.java      |   5 +
 .../engine/storagegroup/StorageGroupProcessor.java |  41 ++++++++
 .../iotdb/db/engine/merge/MergeTaskTest.java       |  28 ++++++
 .../storagegroup/StorageGroupProcessorTest.java    |  27 ++++++
 .../db/integration/IoTDBRemovePartitionIT.java     | 103 +++++++++++++++++++++
 6 files changed, 205 insertions(+)