You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/03/18 05:52:33 UTC

[iotdb] branch Vector updated (a1442c3 -> ce93af3)

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 a1442c3  merge
     add ce93af3  spotless apply

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/VectorSessionExample.java     |  7 ++-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  1 -
 .../iotdb/db/engine/memtable/WritableMemChunk.java |  2 +-
 .../iotdb/db/engine/merge/task/MergeTask.java      | 22 ++++----
 .../org/apache/iotdb/db/metadata/MManager.java     | 58 ++++++++++---------
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 66 +++++++++++-----------
 .../iotdb/db/metadata/template/Template.java       | 13 +++--
 .../iotdb/db/metadata/MManagerBasicTest.java       | 30 +++++-----
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |  3 +-
 9 files changed, 105 insertions(+), 97 deletions(-)