This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch jira_836_rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 9e82ecb Filter chunkMetadata when endFile
add 96b24a6 Add test and comment
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/engine/memtable/AbstractMemTable.java | 1 +
.../db/engine/storagegroup/TsFileProcessor.java | 3 +-
.../writelog/recover/TsFileRecoverPerformer.java | 4 +
.../db/integration/IoTDBDeleteTimeseriesIT.java | 115 +++++++++++++++++++++
4 files changed, 122 insertions(+), 1 deletion(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBDeleteTimeseriesIT.java