This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch jira_782
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
discard 463321f [Experimental] Clear mlog when creating snapshot
omit 186c99c fix
omit 63feda7 merge master
omit c2cb30e Merge remote-tracking branch 'origin/master' into master1
omit 97c7c45 Add test
omit 801c8f5 [IOTDB-775] Add SQL of creating snapshot manually
add 7895841 [IOTDB-775] Add SQL of creating snapshot manually (#1413)
add 73c07f2 Clear mlog when creating snapshot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (463321f)
\
N -- N -- N refs/heads/jira_782 (73c07f2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
server/src/main/java/org/apache/iotdb/db/qp/Planner.java | 2 +-
server/src/main/java/org/apache/iotdb/db/qp/constant/SQLConstant.java | 2 +-
server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java | 2 +-
server/src/main/java/org/apache/iotdb/db/qp/logical/Operator.java | 2 +-
.../java/org/apache/iotdb/db/qp/logical/sys/CreateSnapshotOperator.java | 2 +-
.../java/org/apache/iotdb/db/qp/physical/sys/CreateSnapshotPlan.java | 2 +-
.../src/main/java/org/apache/iotdb/db/qp/strategy/LogicalGenerator.java | 2 +-
.../main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)