You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/04/24 03:28:20 UTC

[iotdb] branch optimize_insertRow_analyze updated (89d5297c6a -> 693223bf1a)

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

haonan pushed a change to branch optimize_insertRow_analyze
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 89d5297c6a fix bug
 discard 1b12a1660c update
 discard e9ff05d6e2 Simplify collectRedirectInfo
     add 693223bf1a simplify collect rediect info logic

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   (89d5297c6a)
            \
             N -- N -- N   refs/heads/optimize_insertRow_analyze (693223bf1a)

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:
 .../apache/iotdb/db/mpp/plan/analyze/Analysis.java  | 19 +++++++++++++++++++
 .../iotdb/db/mpp/plan/execution/QueryExecution.java |  2 +-
 .../plan/planner/plan/node/write/InsertRowNode.java |  8 ++++----
 .../planner/plan/node/write/InsertRowsNode.java     | 11 +++++------
 .../plan/node/write/InsertRowsOfOneDeviceNode.java  | 14 +++++++-------
 .../planner/plan/node/write/InsertTabletNode.java   | 21 +++++++++------------
 .../plan/statement/crud/InsertBaseStatement.java    |  3 ---
 .../statement/crud/InsertMultiTabletsStatement.java | 10 ----------
 .../mpp/plan/statement/crud/InsertRowStatement.java | 20 ++++++++------------
 .../crud/InsertRowsOfOneDeviceStatement.java        |  6 ------
 .../plan/statement/crud/InsertRowsStatement.java    | 10 ----------
 .../plan/statement/crud/InsertTabletStatement.java  | 17 -----------------
 12 files changed, 53 insertions(+), 88 deletions(-)