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/11/25 02:56:20 UTC

[iotdb] branch http_v2 updated (50b3838 -> 0262b47)

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

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


    from 50b3838  Merge branch 'master' into http_v2
     add 0262b47  add childPaths

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/http/constant/HttpConstant.java       |  2 ++
 .../org/apache/iotdb/db/http/core/HttpServer.java  |  2 +-
 .../handler/GetChildPathsHandler.java}             | 36 +++++++++-------------
 .../apache/iotdb/db/http/router/HttpRouter.java    |  7 +++++
 .../org/apache/iotdb/db/metadata/MManager.java     | 12 ++++++++
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 23 ++++++++++++++
 .../org/apache/iotdb/db/http/HttpPrepData.java     |  1 +
 .../org/apache/iotdb/db/http/HttpRouterTest.java   |  6 ++++
 .../iotdb/db/metadata/MManagerBasicTest.java       | 12 ++++++++
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  1 -
 10 files changed, 78 insertions(+), 24 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/{qp/logical/sys/DeleteTimeSeriesOperator.java => http/handler/GetChildPathsHandler.java} (57%)