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

weihao pushed a change to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    omit 71e4d64b184 Merge remote-tracking branch 'org/dev/1.3' into dev/1.3
    omit 64d21a70d89 modify according review
    omit 5785485eb4f [To dev/1.3] Fixed the REST partial insert & Pipe: Added 
partial insert IT (#17339)
    omit 858bc562efd Remove IoTDBOrderByForDebugIT. #17351
    omit 5cc7e2998ed [To dev/1.3] Subscription: split client and example 
modules (#17326)
    omit e9bbe68eee0 add
     new 4080cf11f59 [To dev/1.3] Subscription: split client and example 
modules (#17326)
     new 6b55a03ad9b Remove IoTDBOrderByForDebugIT. #17351
     new 9c67cc8f0df [To dev/1.3] Fixed the REST partial insert & Pipe: Added 
partial insert IT (#17339)

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   (71e4d64b184)
            \
             N -- N -- N   refs/heads/dev/1.3 (9c67cc8f0df)

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.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/iotdb/db/audit/AuditLogger.java |  2 +-
 .../protocol/legacy/IoTDBLegacyPipeReceiverAgent.java    |  2 +-
 .../receiver/protocol/legacy/loader/DeletionLoader.java  |  2 +-
 .../receiver/protocol/legacy/loader/TsFileLoader.java    |  2 +-
 .../db/pipe/sink/protocol/writeback/WriteBackSink.java   |  2 +-
 .../apache/iotdb/db/protocol/session/SessionManager.java |  6 +-----
 .../iotdb/db/queryengine/common/MPPQueryContext.java     |  7 -------
 .../apache/iotdb/db/queryengine/common/SessionInfo.java  | 16 +++-------------
 .../queryengine/common/header/ColumnHeaderConstant.java  |  8 +-------
 .../execution/fragment/FragmentInstanceContext.java      |  4 ++--
 .../execution/operator/source/ShowQueriesOperator.java   |  3 ---
 .../db/queryengine/plan/execution/IQueryExecution.java   |  5 -----
 .../db/queryengine/plan/execution/QueryExecution.java    | 10 ----------
 .../plan/execution/config/ConfigExecution.java           | 10 ----------
 .../plan/planner/plan/node/source/ShowQueriesNode.java   | 12 ++++++------
 .../db/service/metrics/IoTDBInternalLocalReporter.java   |  2 +-
 .../load/active/ActiveLoadTsFileLoader.java              |  2 +-
 .../execution/operator/MergeSortOperatorTest.java        | 10 ----------
 .../iotdb/db/queryengine/plan/analyze/AnalyzeTest.java   |  2 +-
 .../plan/optimization/LimitOffsetPushDownTest.java       |  2 +-
 .../plan/planner/FragmentInstanceSerdeTest.java          |  3 +--
 .../plan/planner/logical/LogicalPlannerTestUtil.java     |  2 +-
 22 files changed, 24 insertions(+), 90 deletions(-)

Reply via email to