This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 7ef888a [IOTDB-2435] CI fails on testCreateAlignedTimeseries()
because data generator is not stopped in a CQ's test (#4885)
add 6535dc3 Support aligned timeseries recovery in TsFileSequenceReader
selfCheck (#4879)
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/tsfile/TsFileSequenceRead.java | 8 +-
.../apache/iotdb/db/tools/TsFileSketchTool.java | 16 +-
.../compaction/utils/CompactionCheckerUtils.java | 17 +-
.../iotdb/db/tools/TsFileSketchToolTest.java | 69 ++++++--
.../org/apache/iotdb/tsfile/file/MetaMarker.java | 18 ++
.../iotdb/tsfile/read/TsFileSequenceReader.java | 182 ++++++++++++++-------
.../iotdb/tsfile/write/TsFileIOWriterTest.java | 12 +-
.../write/writer/AlignedChunkWriterImplTest.java | 17 +-
.../tsfile/write/writer/TimeChunkWriterTest.java | 5 +-
.../tsfile/write/writer/ValueChunkWriterTest.java | 4 +-
10 files changed, 239 insertions(+), 109 deletions(-)