This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch add_partition_removal
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from e87607f fix grammar
add 6c76ec3 [IOTDB-726] fix the lineNumber of mlog/snapshot is incorrect
after restarting the server (#1416)
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 63736be Merge branch 'master' into add_partition_removal
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 ++
.../org/apache/iotdb/db/metadata/MLogWriter.java | 10 +-
.../org/apache/iotdb/db/metadata/MManager.java | 96 +++++++++----
.../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 | 15 +-
.../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 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 5 +-
.../db/integration/IoTDBCreateSnapshotIT.java | 160 +++++++++++++++++++++
15 files changed, 482 insertions(+), 84 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