This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch optimizeMemtableScan
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1ec75b4e3a3 fix bug for aligned series
add 72b9b66b273 fix bug
No new revisions were added by this update.
Summary of changes:
.../operator/source/AlignedSeriesScanUtil.java | 1 -
.../execution/operator/source/FileLoaderUtils.java | 8 +--
.../execution/operator/source/SeriesScanUtil.java | 5 +-
.../schemaregion/utils/ResourceByPathUtils.java | 12 ++---
.../memtable/AlignedReadOnlyMemChunk.java | 63 ++++++++--------------
.../dataregion/memtable/ReadOnlyMemChunk.java | 41 ++++++--------
.../dataregion/tsfile/TsFileResource.java | 6 +--
.../db/utils/datastructure/AlignedTVList.java | 10 +---
.../memtable/AlignedTVListIteratorTest.java | 8 +--
.../memtable/NonAlignedTVListIteratorTest.java | 8 +--
10 files changed, 59 insertions(+), 103 deletions(-)