This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a change to branch support_wal_in_import_data
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bd9c691b077 retain wals with skipped entries
add e298e311d03 support replaying table deletion
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/db/i18n/ImportWALMessages.java | 18 +
.../apache/iotdb/db/i18n/ImportWALMessages.java | 18 +
.../dataregion/modification/TagPredicate.java | 24 ++
.../java/org/apache/iotdb/db/tools/ImportWAL.java | 191 ++++++---
.../iotdb/db/tools/TableWALDeleteConverter.java | 226 ++++++++++
.../org/apache/iotdb/db/tools/ImportWALTest.java | 476 ++++++++++++++++++++-
.../db/tools/TableWALDeleteConverterTest.java | 318 ++++++++++++++
7 files changed, 1204 insertions(+), 67 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/TableWALDeleteConverter.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/tools/TableWALDeleteConverterTest.java