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/12/07 13:43:40 UTC

[iotdb] branch cluster_new updated (2055427 -> af73cd6)

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 2055427  fix reviews
     add 84409f2  Add example results for User Guide documents (#2171)
     add aea5a8d  fix bug that when rpc compression = true, sync client does not use compression mode. (#2197)
     add af73cd6  Merge branch 'master' into cluster_new

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Operation Manual/Administration.md  |  26 +-
 .../DDL Data Definition Language.md                | 177 +++++-
 .../DML Data Manipulation Language.md              | 665 ++++++++++++++++----
 .../DDL Data Definition Language.md                | 129 +++-
 .../DML Data Manipulation Language.md              | 685 +++++++++++++++++----
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   2 -
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |   2 +-
 .../iotdb/db/sync/sender/transfer/SyncClient.java  |   9 +-
 8 files changed, 1402 insertions(+), 293 deletions(-)