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

[iotdb] branch Vector updated (c09a596 -> 16a9783)

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

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


    from c09a596  spotless
     add 16a9783  [IOTDB-1238] Make aligned timeseries MeasurementMNode name start with "$#$" (#2860)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |  1 +
 .../org/apache/iotdb/db/metadata/MManager.java     | 11 ++-----
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 10 ++++--
 .../iotdb/db/metadata/logfile/MLogWriter.java      |  8 +++--
 .../iotdb/db/metadata/mnode/StorageGroupMNode.java | 26 ++++++++++++++--
 .../db/qp/physical/sys/StorageGroupMNodePlan.java  | 36 +++++++++++++++++++---
 .../iotdb/db/metadata/MManagerBasicTest.java       | 20 ++++++++++++
 .../tsfile/write/DefaultDeviceTemplateTest.java    |  2 +-
 8 files changed, 94 insertions(+), 20 deletions(-)