This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from fe5a6a2 add .align
add 62a5c31 spotless
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/engine/flush/MemTableFlushTask.java | 3 +-
.../iotdb/db/engine/memtable/AbstractMemTable.java | 10 +--
.../db/engine/storagegroup/TsFileProcessor.java | 7 +-
.../org/apache/iotdb/db/metadata/MManager.java | 30 +------
.../java/org/apache/iotdb/db/metadata/MTree.java | 66 ++++++++-------
.../iotdb/db/metadata/logfile/MLogWriter.java | 22 ++---
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 11 +--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 97 +++++++++++-----------
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 13 +--
.../db/qp/physical/crud/CreateTemplatePlan.java | 11 +--
.../db/qp/physical/crud/InsertTabletPlan.java | 6 +-
.../db/qp/physical/crud/SetDeviceTemplatePlan.java | 9 +-
.../physical/sys/CreateAlignedTimeSeriesPlan.java | 14 ++--
.../apache/iotdb/db/rescon/TVListAllocator.java | 2 +-
.../db/engine/memtable/MemTableFlushTaskTest.java | 20 ++---
.../db/engine/memtable/MemTableTestUtils.java | 11 ++-
.../db/engine/memtable/PrimitiveMemTableTest.java | 6 +-
.../iotdb/db/metadata/MManagerBasicTest.java | 30 +++----
.../iotdb/db/metadata/MManagerImproveTest.java | 16 ++--
19 files changed, 181 insertions(+), 203 deletions(-)