You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/11/03 02:29:33 UTC

[iotdb] branch cluster_new updated (d6068f4 -> 9ec981e)

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

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


    from d6068f4  Merge pull request #1910 from apache/kyy
     add 913f0b7  Stop iotdb instance when RPC ip address or port is unavailable (#1868)
     add 539b8f1  add debug SQL log (#1912)
     add 597d7ce  update vue to 1.7.1 and fix shell render name in markdowns (#1911)
     add 0cf358c  Add restrictions for LAST query filter (#1917)
     add bc4bb42  Merge branch 'master' into cluster_new
     add a40c318  fix test
     add 9ec981e  Merge branch 'cluster_new' of github.com:apache/incubator-iotdb into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../query/reader/ClusterTimeGeneratorTest.java     |  4 +-
 docs/SystemDesign/TsFile/Format.md                 | 11 ++--
 docs/UserGuide/Get Started/Publication.md          |  2 +
 .../DML Data Manipulation Language.md              |  6 +-
 docs/UserGuide/Operation Manual/SQL Reference.md   |  7 +--
 docs/zh/SystemDesign/TsFile/Format.md              |  8 +--
 .../UserGuide/Ecosystem Integration/Hive TsFile.md |  2 +-
 .../DML Data Manipulation Language.md              |  6 +-
 .../zh/UserGuide/Operation Manual/SQL Reference.md |  7 +--
 docs/zh/UserGuide/Server/Docker Image.md           |  2 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  2 +-
 .../iotdb/db/qp/physical/crud/LastQueryPlan.java   | 21 ++++++-
 .../db/qp/physical/crud/RawDataQueryPlan.java      |  3 +-
 .../query/dataset/groupby/GroupByFillDataSet.java  |  2 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java | 10 +++-
 .../org/apache/iotdb/db/service/RPCService.java    | 20 ++++---
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  2 +-
 .../iotdb/db/service/thrift/ThriftService.java     |  3 +-
 .../apache/iotdb/db/integration/IoTDBLastIT.java   | 67 +---------------------
 site/src/main/package.json                         |  5 +-
 20 files changed, 79 insertions(+), 111 deletions(-)