You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/11/07 13:15:00 UTC

[iotdb] branch IOTDB-4834 updated (14f4f67f4e -> 6c7bb83a56)

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

marklau99 pushed a change to branch IOTDB-4834
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 14f4f67f4e fix ci
     add 6c7bb83a56 add test

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/integration/IoTDBCompactionIT.java    |  20 ++
 .../apache/iotdb/commons/path/PathPatternTree.java |   9 +
 .../db/engine/compaction/CompactionUtils.java      |   9 +-
 .../utils/AlignedSeriesCompactionExecutor.java     |   6 +-
 .../utils/SingleSeriesCompactionExecutor.java      |  20 +-
 .../impl/ReadChunkCompactionPerformer.java         |  29 +-
 .../ReadChunkCompactionPerformerNoAlignedTest.java | 380 +++++++++++++++++++++
 7 files changed, 456 insertions(+), 17 deletions(-)