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 2019/10/25 07:37:30 UTC

[incubator-iotdb] branch master updated (bd116cd -> a92e0d9)

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

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


    from bd116cd  [IOTDB-266]NullPoint exception when reading not existed devices using ReadOnlyTsFile (#473)
     add a92e0d9  [IOTDB-174] Fix querying timeseries bug (#435)

No new revisions were added by this update.

Summary of changes:
 .../4-Operation Manual/7-IoTDB Query Language.md   | 32 ++++++++++++
 .../4-Operation Manual/7-IoTDB Query Statement.md  | 32 ++++++++++++
 jdbc/README.md                                     | 38 ++++++++++-----
 .../main/java/org/apache/iotdb/jdbc/Constant.java  |  2 +-
 .../apache/iotdb/jdbc/IoTDBDatabaseMetadata.java   | 10 ++--
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java |  4 +-
 .../iotdb/jdbc/IoTDBDatabaseMetadataTest.java      |  2 +-
 pom.xml                                            |  4 --
 .../java/org/apache/iotdb/db/metadata/MGraph.java  |  7 +--
 .../org/apache/iotdb/db/metadata/MManager.java     |  7 +--
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 57 +++++++++++++++++-----
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 17 ++++---
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java |  2 +-
 service-rpc/src/main/thrift/rpc.thrift             | 13 ++---
 14 files changed, 170 insertions(+), 57 deletions(-)