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 d64b0a03908 add predicate ut
add 0dd0c711877 allow multiple mods in a plan node
No new revisions were added by this update.
Summary of changes:
.../plan/node/write/RelationalDeleteDataNode.java | 80 +++++++---
.../db/storageengine/dataregion/DataRegion.java | 62 +++++---
.../dataregion/modification/DeletionPredicate.java | 22 +--
.../dataregion/modification/IDPredicate.java | 19 ++-
.../modification/TableDeletionEntry.java | 2 +-
.../wal/recover/file/TsFilePlanRedoer.java | 7 +-
.../modification/TableDeletionEntryTest.java | 164 +++++++++++++--------
.../modification/TreeDeletionEntryTest.java | 18 ++-
8 files changed, 242 insertions(+), 132 deletions(-)