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 e63aa2d Move MMTree related methods in PlanExecutor into MManager
add fc267f1 Change MNode method to isNodeType
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/metadata/MManager.java | 35 +------
.../java/org/apache/iotdb/db/metadata/MTree.java | 114 +++++----------------
.../org/apache/iotdb/db/metadata/MetaUtils.java | 1 -
.../iotdb/db/metadata/mnode/InternalMNode.java | 4 +-
.../apache/iotdb/db/metadata/mnode/LeafMNode.java | 4 +-
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 12 +--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 99 ++++++++++++++++--
.../iotdb/db/metadata/MManagerImproveTest.java | 2 +-
8 files changed, 127 insertions(+), 144 deletions(-)