This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch new_vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from f0e4a8e remove more if type=vector
new 17ca413 delete useless code line
new 9f2cf3e change query interface
new 92504cc Merge branch 'new_vector' of https://github.com/apache/iotdb
into new_vector
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../iotdb/db/engine/memtable/AbstractMemTable.java | 86 ++++++++---------
.../apache/iotdb/db/engine/memtable/IMemTable.java | 7 +-
.../engine/storagegroup/StorageGroupProcessor.java | 5 +-
.../db/engine/storagegroup/TsFileProcessor.java | 37 ++------
.../apache/iotdb/db/metadata/path/AlignedPath.java | 8 ++
.../iotdb/db/metadata/path/MeasurementPath.java | 7 ++
.../org/apache/iotdb/db/utils/FileLoaderUtils.java | 1 -
.../db/engine/memtable/PrimitiveMemTableTest.java | 94 +++++++++---------
.../storagegroup/StorageGroupProcessorTest.java | 24 ++---
.../engine/storagegroup/TsFileProcessorTest.java | 105 +++++++--------------
.../iotdb/db/writelog/recover/LogReplayerTest.java | 25 +++--
11 files changed, 176 insertions(+), 223 deletions(-)