This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch share_mod_file
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from ede6028c268 Merge branch 'master' into share_mod_file
add fcf3f8b45ca update maxTime in TVList after deletion
add 6d01f4b0c13 Merge branch 'table_data_deletion' into share_mod_file
add 741d889de41 fix tests
No new revisions were added by this update.
Summary of changes:
.../relational/it/db/it/IoTDBDeletionTableIT.java | 2 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 22 +++++++++++
.../task/InsertionCrossSpaceCompactionTask.java | 3 ++
.../compaction/execute/utils/CompactionUtils.java | 6 +++
.../modification/PartitionLevelModFileManager.java | 6 ++-
.../db/utils/datastructure/AlignedTVList.java | 14 +++++++
.../compaction/AbstractCompactionTest.java | 2 +-
.../InsertionCrossSpaceCompactionRecoverTest.java | 3 +-
.../RewriteCrossSpaceCompactionRecoverTest.java | 8 ++--
...sSpaceCompactionWithReadPointPerformerTest.java | 44 +++++++---------------
.../inner/AbstractInnerSpaceCompactionTest.java | 12 ++++++
.../inner/InnerSpaceCompactionExceptionTest.java | 3 ++
...rUnseqCompactionWithReadPointPerformerTest.java | 2 +-
.../dataregion/tsfile/TsFileResourceTest.java | 2 +-
14 files changed, 88 insertions(+), 41 deletions(-)