You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/06/23 17:36:10 UTC

[incubator-iotdb] branch jira_775 updated (801c8f5 -> 97c7c45)

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

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


    from 801c8f5  [IOTDB-775] Add SQL of creating snapshot manually
     add 97c7c45  Add test

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   5 +-
 .../db/qp/physical/sys/CreateSnapshotPlan.java     |   3 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |   1 +
 .../db/integration/IoTDBCreateSnapshotIT.java      | 160 +++++++++++++++++++++
 4 files changed, 165 insertions(+), 4 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBCreateSnapshotIT.java