You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/01/11 06:05:56 UTC

[iotdb] branch master updated (ce16e30 -> f1c167d)

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

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


    from ce16e30  [IOTDB-2312] The SQL statement in the user manual does not match the legend (#4740)
     add f1c167d  [IOTDB-2335] Add isAligned column in ResultSet of SHOW DEVICES statement (#4759)

No new revisions were added by this update.

Summary of changes:
 .../DDL-Data-Definition-Language.md                | 58 +++++++++++-----------
 .../DDL-Data-Definition-Language.md                | 58 +++++++++++-----------
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java | 43 +++++++++++-----
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   | 10 ++--
 .../iotdb/session/IoTDBSessionIteratorIT.java      |  6 +--
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java | 19 +++----
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |  1 +
 .../org/apache/iotdb/db/metadata/mtree/MTree.java  |  6 ++-
 .../iotdb/db/query/dataset/ShowDevicesDataSet.java | 16 ++++--
 .../iotdb/db/query/dataset/ShowDevicesResult.java  | 31 ++++++++++--
 .../iotdb/db/query/dataset/ListDataSetTest.java    | 23 ++++++---
 .../db/query/dataset/ShowDevicesResultTest.java    |  3 +-
 .../zeppelin/iotdb/IoTDBInterpreterTest.java       |  9 ++--
 13 files changed, 175 insertions(+), 108 deletions(-)