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/06/28 09:03:55 UTC

[incubator-iotdb] branch cluster_new updated (fc88b3f -> 3c7dbf7)

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/incubator-iotdb.git.


    from fc88b3f  add test prints
     add 8c1795e  fix vunerability and remove duplication
     add 7895841  [IOTDB-775] Add SQL of creating snapshot manually (#1413)
     add f9d6a0f  Add chinese version
     add f27e5e4  Add english version
     add 139b0eb  Reduce the code
     add ccb8335  update
     add 4220b63  Add comment
     add 719bc49  Update docs/zh/SystemDesign/DataQuery/AlignByDeviceQuery.md
     add 903fee0  Update AlignByDeviceQuery Doc (#1406)
     add c95abfe  Merge branch 'master' into cluster_premerge2
     add 3c7dbf7  Merge branch 'cluster_premerge2' into cluster_new

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/DataQuery/AlignByDeviceQuery.md  | 114 ++++++++++++---
 .../SystemDesign/DataQuery/AlignByDeviceQuery.md   | 110 +++++++++++---
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  13 ++
 .../version/SimpleFileVersionController.java       |  10 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |   6 +-
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   1 +
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |   2 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   9 +-
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   2 +-
 ...usOperator.java => CreateSnapshotOperator.java} |   6 +-
 ...ClearCachePlan.java => CreateSnapshotPlan.java} |   7 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  13 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  12 +-
 .../org/apache/iotdb/db/utils/CommonUtils.java     |  31 ++--
 .../db/integration/IoTDBCreateSnapshotIT.java      | 160 +++++++++++++++++++++
 .../tsfile/write/schema/TimeseriesSchema.java      |  48 ++-----
 16 files changed, 426 insertions(+), 118 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{ShowMergeStatusOperator.java => CreateSnapshotOperator.java} (84%)
 copy server/src/main/java/org/apache/iotdb/db/qp/physical/sys/{ClearCachePlan.java => CreateSnapshotPlan.java} (89%)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBCreateSnapshotIT.java