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 09:49:39 UTC

[iotdb] branch Vector updated (b79d5a7 -> 6f64d00)

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 b79d5a7  Merge remote-tracking branch 'origin/Vector' into Vector
     add 6f64d00  Show timeseries

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 46 +++++++++++++++-------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  8 +++-
 .../org/apache/iotdb/db/metadata/MetaUtils.java    | 12 +++++-
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  | 21 ++++++++++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  6 +--
 .../iotdb/db/metadata/MManagerBasicTest.java       | 16 +++++++-
 6 files changed, 85 insertions(+), 24 deletions(-)