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/12 12:41:13 UTC

[incubator-iotdb] branch mmanager_refactor updated (25dc278 -> fcae0ca)

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 25dc278  Merge remote-tracking branch 'upstream/new_series_reader' into mmanager
     add fcae0ca  Remove checkAndGetDataTypeCache

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  |   2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 150 ++++--------------
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 168 +++++++--------------
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   2 +-
 .../db/sync/sender/manage/SyncFileManager.java     |   4 +-
 .../iotdb/db/metadata/MManagerAdvancedTest.java    |  17 +--
 .../iotdb/db/metadata/MManagerBasicTest.java       |   2 +-
 7 files changed, 93 insertions(+), 252 deletions(-)