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