This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch pipe-table-model-3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5f7b86eb35c IoTDBDataRegionTableModelExtractor
new 8cadd0f25f4 PipeDataRegionExtractorConstructor impl
add 01370932799 Feature/show ainodes command (#13592)
add 99037029548 Fix the error in aggregation merge sort when device
locates in multi data regions
add 734786f09e4 Fixed database names in "show regions" in table model
add 574bbd1b2ba Feature/dependency check (#13587)
add 374deefeb86 Update ConfigPhysicalReadPlan.java (#13624)
add c4f17560624 Pipe: Fixed the bug that different types in schema
snapshot transfer may cause transfer failure (#13627)
add e7a37dc03ab Pipe: Fixed the bug that alter source will not alter the
reference count of ConfigRegionListeningQueue (#13626)
add aa2fc4c326c [RatisConsensus] Bump ratis version to 3.1.1 #13629
new 73827d0d09c Merge branch 'master' of https://github.com/apache/iotdb
into pipe-table-model-3
The 2 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:
.../{unit-test.yml => dependency-check.yml} | 21 +--
dependencies.json | 167 +++++++++++++++++++
.../iotdb/pipe/it/autocreate/IoTDBPipeAlterIT.java | 20 ++-
iotdb-core/ainode/pyproject.toml | 2 +-
.../request/read/ConfigPhysicalReadPlan.java | 4 +-
.../agent/runtime/PipeConfigNodeRuntimeAgent.java | 13 +-
.../agent/runtime/PipeConfigRegionListener.java | 7 +-
.../confignode/persistence/pipe/PipeInfo.java | 33 +++-
.../schemaregion/SchemaExecutionVisitor.java | 12 ++
.../PipeDataRegionExtractorConstructor.java | 48 ++++++
.../process/AggregationMergeSortOperator.java | 3 +-
.../iotdb/db/queryengine/plan/Coordinator.java | 2 +
.../execution/config/TableConfigTaskVisitor.java | 18 ++-
.../execution/config/TreeConfigTaskVisitor.java | 16 +-
.../config/executor/ClusterConfigTaskExecutor.java | 113 ++++---------
.../config/executor/IConfigTaskExecutor.java | 20 +--
.../metadata/{model => }/ShowAINodesTask.java | 11 +-
.../config/metadata/ShowDataNodesTask.java | 2 +-
.../execution/config/metadata/ShowRegionTask.java | 29 ++--
...ShowDataNodesTask.java => ShowAINodesTask.java} | 11 +-
.../metadata/relational/ShowConfigNodesTask.java | 9 +-
.../metadata/relational/ShowDataNodesTask.java | 9 +-
.../plan/planner/OperatorTreeGenerator.java | 2 +-
.../plan/relational/sql/ast/AstVisitor.java | 4 +
.../ast/{ShowDataNodes.java => ShowAINodes.java} | 8 +-
.../plan/relational/sql/parser/AstBuilder.java | 6 +
.../operator/AggregationMergeSortOperatorTest.java | 177 +++++++++++++++++++++
.../constructor/PipeExtractorConstructor.java | 2 +-
.../plugin/constructor/PipePluginConstructor.java | 2 +-
.../db/relational/grammar/sql/RelationalSql.g4 | 6 +
pom.xml | 87 +++++++++-
src/main/groovy/checkDependencies.groovy | 60 +++++++
.../main/xslt/sbom-filter.xsl | 35 ++--
33 files changed, 742 insertions(+), 217 deletions(-)
copy .github/workflows/{unit-test.yml => dependency-check.yml} (60%)
create mode 100644 dependencies.json
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/metadata/{model
=> }/ShowAINodesTask.java (90%)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/metadata/relational/{ShowDataNodesTask.java
=> ShowAINodesTask.java} (91%)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/{ShowDataNodes.java
=> ShowAINodes.java} (90%)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/AggregationMergeSortOperatorTest.java
create mode 100644 src/main/groovy/checkDependencies.groovy
copy iotdb-core/confignode/src/assembly/resources/conf/logback-tool.xml =>
src/main/xslt/sbom-filter.xsl (57%)