You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/08/27 03:30:11 UTC

[iotdb] branch master updated (228d62d -> a5b738d)

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

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


    from 228d62d   [IOTDB-1594] Fix show timeseries returns incorrect tag value (#3845)
     add a5b738d  [ISSUE-3811] Provide a data type column for the last query dataset (#3843)

No new revisions were added by this update.

Summary of changes:
 .../QueryEngine/ResultSetConstruction.md           |   2 +-
 docs/UserGuide/Appendix/SQL-Reference.md           |  12 +-
 .../DML-Data-Manipulation-Language.md              |  24 ++--
 .../QueryEngine/ResultSetConstruction.md           |   4 +-
 docs/zh/UserGuide/Appendix/SQL-Reference.md        |  12 +-
 .../DML-Data-Manipulation-Language.md              |  28 ++---
 .../iotdb/db/query/executor/LastQueryExecutor.java |  12 +-
 .../org/apache/iotdb/db/service/StaticResps.java   |   2 +-
 .../org/apache/iotdb/db/integration/IoTDBAsIT.java |   8 +-
 .../apache/iotdb/db/integration/IoTDBLastIT.java   | 130 ++++++++++-----------
 .../iotdb/session/IoTDBSessionComplexIT.java       |   2 +-
 .../iotdb/session/IoTDBSessionIteratorIT.java      |  14 +--
 .../test/java/org/apache/iotdb/db/sql/Cases.java   |   2 +-
 13 files changed, 126 insertions(+), 126 deletions(-)