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/22 12:30:17 UTC

[iotdb] branch Vector updated (67584a3 -> 737c655)

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 67584a3  drop raft
     add 737c655  [IOTDB-1249][To Vector] Serialize of device MNode with device template (#2881)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/SessionExample.java | 40 -------------
 .../org/apache/iotdb/VectorSessionExample.java     |  9 ---
 .../org/apache/iotdb/db/metadata/MManager.java     | 25 ++++++--
 .../iotdb/db/metadata/MetadataOperationType.java   |  1 +
 .../iotdb/db/metadata/logfile/MLogWriter.java      |  6 ++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 10 +++-
 .../org/apache/iotdb/db/qp/logical/Operator.java   |  1 +
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  6 ++
 ...oupPlan.java => AutoCreateDeviceMNodePlan.java} | 69 +++++++++-------------
 .../iotdb/db/metadata/MManagerImproveTest.java     | 17 ++++--
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java | 62 ++++++++++++++++---
 11 files changed, 134 insertions(+), 112 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/qp/physical/sys/{SetStorageGroupPlan.java => AutoCreateDeviceMNodePlan.java} (58%)