You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/04/27 12:36:52 UTC

[incubator-iotdb] branch http updated (68b983a -> ff57dd1)

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

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


    from 68b983a  update document.
     add c0e6afd  fix limit in show timeseries without tag
     add 867a3e1  format code
     add c25972d  [IOTDB-617] Support alter one time series's tag/attribute property (#1103)
     add 9552fbc  add isNull to Field
     add 5cf3d7a  Merge branch 'master' into http
     add 77fc64c  update insert.
     add ff57dd1  update insert document.

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/4-Client/8-3-Insert.md              |  44 +----
 .../1-DDL Data Definition Language.md              |   6 +-
 .../5-Operation Manual/4-SQL Reference.md          |   8 +
 .../1-DDL Data Definition Language.md              |   5 +
 .../5-Operation Manual/4-SQL Reference.md          |   8 +
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |   5 +
 .../org/apache/iotdb/db/metadata/MManager.java     | 205 ++++++++++++++-------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  39 +---
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  89 +++++++--
 .../db/qp/logical/sys/AlterTimeSeriesOperator.java |  32 +++-
 .../db/qp/physical/sys/AlterTimeSeriesPlan.java    |  40 +++-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  56 +++---
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |   4 +-
 .../dataset/groupby/LocalGroupByExecutor.java      |  18 +-
 .../iotdb/db/rest/constant/RestConstant.java       |   2 +-
 .../iotdb/db/rest/controller/RestController.java   |  22 ++-
 .../apache/iotdb/db/rest/service/RestService.java  |   2 +-
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |   2 +
 .../iotdb/db/integration/IoTDBTagAlterIT.java      | 104 ++++++++++-
 server/src/test/resources/insert.json              |  44 +----
 .../org/apache/iotdb/tsfile/read/common/Field.java |   4 +
 21 files changed, 477 insertions(+), 262 deletions(-)