You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/07/21 12:27:31 UTC

[incubator-iotdb] branch optimize_path updated (cc9864a -> 41546b1)

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

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


    from cc9864a  fix test.
     add 41546b1  fix test

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 153 +++++++++++++++--
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 108 ++++++++++--
 .../org/apache/iotdb/db/metadata/MetaUtils.java    |   2 +-
 .../apache/iotdb/db/monitor/MonitorConstants.java  |   1 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   6 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |   4 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |   2 +-
 .../iotdb/db/metadata/MManagerAdvancedTest.java    |  26 +--
 .../iotdb/db/metadata/MManagerBasicTest.java       | 185 +++++++++++----------
 9 files changed, 351 insertions(+), 136 deletions(-)