You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2021/03/14 07:32:49 UTC

[iotdb] branch Vector updated (98fd47c -> e149592)

This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 98fd47c  support insert vector with tablet plan
     add d6d821f  add serialize
     add 292bc65  update template
     add e149592  Merge branch 'Vector' of https://github.com/apache/iotdb into Vector

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 140 ++++++++++++++------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  84 ++++++------
 .../iotdb/db/metadata/logfile/MLogWriter.java      |  32 +++--
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |  21 ++-
 .../iotdb/db/metadata/template/Template.java       |  35 ++++-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 100 +++++++-------
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  27 ++--
 .../db/qp/physical/crud/CreateTemplatePlan.java    | 146 ++++++++++++++++++++-
 .../db/qp/physical/crud/SetDeviceTemplatePlan.java |  55 +++++++-
 .../physical/sys/CreateAlignedTimeSeriesPlan.java  |  17 +--
 .../iotdb/db/metadata/MManagerBasicTest.java       |  85 +++++++++---
 .../iotdb/db/metadata/MManagerImproveTest.java     |  18 ++-
 12 files changed, 559 insertions(+), 201 deletions(-)