You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/04/19 10:28:27 UTC

[incubator-iotdb] branch tag_manage updated (ee66ca4 -> f58160c)

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

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


    from ee66ca4  add user guide
     add f58160c  fix sonar

No new revisions were added by this update.

Summary of changes:
 .../1-DDL Data Definition Language.md              |  4 +-
 .../db/exception/metadata/MetadataException.java   |  2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 93 +++++++++-------------
 .../org/apache/iotdb/db/metadata/TagLogFile.java   | 12 ++-
 .../apache/iotdb/db/metadata/mnode/LeafMNode.java  |  1 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 27 +++----
 .../db/query/dataset/ShowTimeSeriesResult.java     | 71 +++++++++++++++++
 7 files changed, 133 insertions(+), 77 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/query/dataset/ShowTimeSeriesResult.java