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 dd112cf35bd Add show receivers support
add 7544ec8f219 Fix show receivers runtime edge cases
No new revisions were added by this update.
Summary of changes:
.../operator/source/ShowReceiversOperator.java | 11 +-
.../InformationSchemaContentSupplierFactory.java | 11 +-
.../operator/source/ShowReceiversOperatorTest.java | 71 ++++++++++
.../runtime/PipeReceiverRuntimeRegistry.java | 18 ++-
.../runtime/PipeReceiverRuntimeSnapshot.java | 4 +
.../runtime/PipeReceiverRuntimeRegistryTest.java | 146 +++++++++++++++++++++
6 files changed, 254 insertions(+), 7 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/source/ShowReceiversOperatorTest.java