This is an automated email from the ASF dual-hosted git repository. caogaofei pushed a commit to branch beyyes/joinOperator in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 9f1d925a5664be16fd8b71529dfb5cecf05eed7a Merge: bf2ef59b245 8ee9863838b Author: Beyyes <[email protected]> AuthorDate: Fri Sep 6 14:36:49 2024 +0800 merge with master code-coverage/pom.xml | 2 +- distribution/pom.xml | 10 +- example/client-cpp-example/pom.xml | 2 +- example/jdbc/pom.xml | 2 +- example/mqtt-customize/pom.xml | 2 +- example/mqtt/pom.xml | 2 +- example/pipe-count-point-processor/pom.xml | 2 +- example/pipe-opc-ua-sink/pom.xml | 2 +- example/pom.xml | 2 +- example/rest-java-example/pom.xml | 2 +- example/schema/pom.xml | 2 +- example/session/pom.xml | 2 +- example/trigger/pom.xml | 2 +- example/udf/pom.xml | 2 +- integration-test/pom.xml | 32 +-- .../iotdb/db/it/aggregation/IoTDBCountIfIT.java | 2 +- .../iotdb/db/it/aggregation/IoTDBModeIT.java | 2 +- .../db/it/aggregation/IoTDBTimeDurationIT.java | 2 +- .../scalar/IoTDBSubStringFunctionIT.java | 6 +- .../iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java | 39 +++- .../scalar/IoTDBSubStringFunctionTableIT.java | 2 +- iotdb-api/external-api/pom.xml | 2 +- iotdb-api/pipe-api/pom.xml | 2 +- iotdb-api/pom.xml | 2 +- iotdb-api/trigger-api/pom.xml | 2 +- iotdb-api/udf-api/pom.xml | 2 +- iotdb-client/cli/pom.xml | 18 +- iotdb-client/client-cpp/pom.xml | 4 +- iotdb-client/client-cpp/src/main/Session.h | 2 +- iotdb-client/client-py/pom.xml | 6 +- iotdb-client/isession/pom.xml | 8 +- iotdb-client/jdbc/pom.xml | 8 +- iotdb-client/pom.xml | 2 +- iotdb-client/service-rpc/pom.xml | 6 +- iotdb-client/session/pom.xml | 10 +- iotdb-core/ainode/poetry.lock | 229 ++++++++++++++++++--- iotdb-core/ainode/pom.xml | 10 +- iotdb-core/antlr/pom.xml | 2 +- iotdb-core/confignode/pom.xml | 26 +-- iotdb-core/consensus/pom.xml | 14 +- iotdb-core/datanode/pom.xml | 40 ++-- .../dataregion/DataRegionStateMachine.java | 55 ++++- .../IoTConsensusDataRegionStateMachine.java | 4 +- .../connector/protocol/opcua/OpcUaConnector.java | 7 +- .../protocol/opcua/OpcUaKeyStoreLoader.java | 36 ++-- .../protocol/opcua/OpcUaServerBuilder.java | 9 +- .../TsFileInsertionQueryDataTabletIterator.java | 2 +- .../scan/TsFileInsertionScanDataContainer.java | 17 +- .../queryengine/execution/QueryStateMachine.java | 13 ++ .../execution/exchange/source/SourceHandle.java | 2 +- .../fragment/FragmentInstanceManager.java | 3 + .../execution/schedule/AbstractDriverThread.java | 4 +- .../queryengine/plan/execution/QueryExecution.java | 2 + .../config/executor/ClusterConfigTaskExecutor.java | 127 ++++++------ .../scheduler/FixedRateFragInsStateTracker.java | 16 +- .../scheduler/FragmentInstanceDispatcherImpl.java | 4 + .../iotdb/db/storageengine/StorageEngine.java | 1 + .../db/storageengine/dataregion/DataRegion.java | 4 + .../execute/task/InnerSpaceCompactionTask.java | 3 +- .../task/InsertionCrossSpaceCompactionTask.java | 8 +- .../task/RepairUnsortedFileCompactionTask.java | 7 - .../compaction/io/CompactionTsFileReader.java | 27 +++ .../estimator/CompactionEstimateUtils.java | 48 +++++ .../FastCompactionInnerCompactionEstimator.java | 13 +- .../FastCrossSpaceCompactionEstimator.java | 12 +- .../ReadChunkInnerCompactionEstimator.java | 15 +- .../timeindex/FileTimeIndexCacheRecorder.java | 7 +- .../broker/SubscriptionPrefetchingQueue.java | 7 +- .../db/subscription/event/SubscriptionEvent.java | 22 +- .../batch/SubscriptionPipeTabletEventBatch.java | 21 +- .../apache/iotdb/db/utils/ErrorHandlingUtils.java | 4 +- .../event/TsFileInsertionDataContainerTest.java | 16 +- iotdb-core/metrics/core/pom.xml | 4 +- iotdb-core/metrics/interface/pom.xml | 8 +- iotdb-core/metrics/pom.xml | 2 +- iotdb-core/node-commons/pom.xml | 24 +-- iotdb-core/pom.xml | 2 +- iotdb-core/relational-grammar/pom.xml | 2 +- iotdb-protocol/openapi/pom.xml | 2 +- iotdb-protocol/pom.xml | 2 +- iotdb-protocol/thrift-ainode/pom.xml | 4 +- iotdb-protocol/thrift-commons/pom.xml | 2 +- iotdb-protocol/thrift-confignode/pom.xml | 4 +- iotdb-protocol/thrift-consensus/pom.xml | 4 +- iotdb-protocol/thrift-datanode/pom.xml | 4 +- library-udf/pom.xml | 4 +- pom.xml | 4 +- 87 files changed, 769 insertions(+), 335 deletions(-)
