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

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


    from 3a76baa  add query process test
     new e7c6ca8  reimplement MTree.toString() by JSON add 
MManager.combineMetadataInStrings(String[] metadatas) for cluster module
     new 6f2c4b5  update
     new 71f7d18  update ut
     new a27ff23  Merge branch 'reformat_mmanager_tostring' into cluster
     new 51ed675  update
     new e9784d7  Merge branch 'reformat_mmanager_tostring' into cluster
     new 9237f2a  complete query metadata in string

The 1673 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cluster/qp/executor/QueryMetadataExecutor.java |   3 +-
 .../java/org/apache/iotdb/db/metadata/MGraph.java  |  30 +++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  11 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 105 ++++++++------
 .../org/apache/iotdb/db/monitor/StatMonitor.java   |   2 +-
 .../iotdb/db/qp/executor/OverflowQPExecutor.java   |   2 +-
 .../iotdb/db/integration/IoTDBCompleteIT.java      | 154 +++++++++++----------
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java |  45 +++---
 .../org/apache/iotdb/db/metadata/MGraphTest.java   |  79 +++++++++++
 .../iotdb/db/metadata/MManagerBasicTest.java       |  22 +--
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  43 ++++++
 11 files changed, 341 insertions(+), 155 deletions(-)
 create mode 100644 
iotdb/src/test/java/org/apache/iotdb/db/metadata/MGraphTest.java

Reply via email to