This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 26aa85378f5 Fix NPE for audit func. (#16556)
add a7e042fae03 fix: count device operation
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/it/schema/IoTDBCountDeviceIT.java | 268 +++++++++++++++++++++
.../operator/schema/SchemaCountOperator.java | 54 ++++-
.../operator/schema/source/DeviceSchemaSource.java | 8 +
.../operator/schema/source/ISchemaSource.java | 4 +
4 files changed, 333 insertions(+), 1 deletion(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBCountDeviceIT.java