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

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


    from cb8382664f8 fix test
     add 2dc417fd7ba remove v1 mod file

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/it/utils/TsFileGenerator.java |  15 +-
 .../org/apache/iotdb/db/it/IoTDBDeletionIT.java    | 175 +++++++++++----------
 .../resource/tsfile/PipeTsFileResourceManager.java |   6 +-
 .../plan/node/load/LoadSingleTsFileNode.java       |   3 +
 .../db/storageengine/dataregion/DataRegion.java    |  22 ++-
 .../execute/recover/CompactionRecoverTask.java     |   6 +-
 .../compaction/settle/SettleRequestHandler.java    |   3 -
 .../dataregion/modification/ModificationFile.java  |  54 +++++++
 .../dataregion/tsfile/TsFileResource.java          |   8 +-
 .../db/storageengine/load/LoadTsFileManager.java   |  24 ++-
 .../storageengine/load/splitter/DeletionData.java  |  20 ++-
 .../load/splitter/TsFileSplitter.java              |  36 ++---
 .../iotdb/db/tools/TsFileSplitByPartitionTool.java |   3 +-
 .../org/apache/iotdb/db/tools/TsFileSplitTool.java |   5 +-
 .../resource/PipeTsFileResourceManagerTest.java    |  20 +--
 .../compaction/AbstractCompactionTest.java         |   6 +-
 .../InsertionCrossSpaceCompactionRecoverTest.java  |  10 +-
 .../inner/InnerSpaceCompactionSelectorTest.java    |   5 +-
 .../compaction/utils/CompactionCheckerUtils.java   |  20 ++-
 .../compaction/utils/CompactionClearUtils.java     |   4 +-
 .../modification/ModificationFileTest.java         |  88 +++++------
 .../wal/recover/file/TsFilePlanRedoerTest.java     |   6 +-
 .../file/UnsealedTsFileRecoverPerformerTest.java   |  10 +-
 .../iotdb/db/tools/TsFileAndModSettleToolTest.java |  18 +--
 24 files changed, 297 insertions(+), 270 deletions(-)

Reply via email to