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/17 05:44:38 UTC

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

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 16a9783  [IOTDB-1238] Make aligned timeseries MeasurementMNode name start with "$#$" (#2860)
     add 8be4858  add compatibility check for template and time series add compatibility check for template and template
     add 3d8cfa8  merge

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     |  87 +++++----
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  10 +
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |  23 ++-
 .../iotdb/db/metadata/template/Template.java       |  31 +++-
 .../db/query/dataset/AlignByDeviceDataSet.java     |  24 ++-
 .../iotdb/db/metadata/MManagerBasicTest.java       | 204 ++++++++++++++++++---
 6 files changed, 305 insertions(+), 74 deletions(-)