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 2020/02/13 14:01:43 UTC

[incubator-iotdb] branch mmanager_refactor updated (9b82629 -> 15149ce)

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

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


    from 9b82629  Merge with new_series_reader
     add 15149ce  Merge with new_series_reader and rename some functions

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/exception/IoTDBException.java  |  2 +-
 .../db/exception/metadata/MetadataException.java   |  1 -
 .../org/apache/iotdb/db/metadata/MManager.java     |  8 +--
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 66 ++++++++++------------
 .../org/apache/iotdb/db/metadata/MetaUtils.java    |  7 +++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  2 +-
 .../org/apache/iotdb/db/metadata/MTreeTest.java    | 18 +++---
 7 files changed, 51 insertions(+), 53 deletions(-)