This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch feat/show-receivers
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 824f642026e Fix show receivers schema alignment
add de01c8b21d7 Add show receivers visibility and HA tests
No new revisions were added by this update.
Summary of changes:
.../iotdb/pipe/it/single/IoTDBShowReceiversIT.java | 200 +++++++++++++++
.../source/PipeReceiverRuntimeSnapshotFilter.java | 63 +++++
.../operator/source/ShowReceiversOperator.java | 10 +-
.../InformationSchemaContentSupplierFactory.java | 7 +-
.../plan/planner/OperatorTreeGenerator.java | 13 +-
.../security/TreeAccessCheckVisitor.java | 3 +-
.../operator/source/ShowReceiversOperatorTest.java | 112 +++++++++
.../InformationSchemaReceiversSupplierTest.java | 240 ++++++++++++++++++
.../planner/node/source/SourceNodeSerdeTest.java | 2 +-
.../plan/relational/analyzer/AuthTest.java | 43 ++++
.../runtime/PipeReceiverRuntimeRegistryTest.java | 270 +++++++++++++++++++++
11 files changed, 954 insertions(+), 9 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBShowReceiversIT.java
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/PipeReceiverRuntimeSnapshotFilter.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/InformationSchemaReceiversSupplierTest.java