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
from 5785485eb4f [To dev/1.3] Fixed the REST partial insert & Pipe: Added
partial insert IT (#17339)
add e9bbe68eee0 add
add 64d21a70d89 modify according review
new 71e4d64b184 Merge remote-tracking branch 'org/dev/1.3' into dev/1.3
The 1 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, 90 insertions(+), 24 deletions(-)