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 481453b Fix getChildren method
add 8c8e291 Refactor deletePath and getAllPath
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/metadata/MManager.java | 134 ++++++++-------------
.../java/org/apache/iotdb/db/metadata/MTree.java | 35 ++----
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 21 +---
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 7 +-
.../iotdb/db/integration/IoTDBGroupbyDeviceIT.java | 4 +-
.../iotdb/db/metadata/MManagerBasicTest.java | 12 +-
.../org/apache/iotdb/db/metadata/MTreeTest.java | 11 +-
7 files changed, 82 insertions(+), 142 deletions(-)