Caideyipi opened a new pull request, #17804: URL: https://github.com/apache/iotdb/pull/17804
## Description This PR is a follow-up fix for commit `312d3841a9715f3ad24394ff38bb5ceccfb5183a`. It fixes two remaining issues: - Allow explicit `count timeseries` on `root.__system` and `root.__audit`, guarded by `SYSTEM` and `AUDIT` privileges respectively. - Align `show timeseries ... where time` with `count timeseries ... where time` by including active logical view series and deduplicating logical view counts across data regions. ## Tests - `git diff --check` - `mvn -Ddevelocity.off=true -Dcheckstyle.skip=true -pl iotdb-core/datanode -Dtest=TreeAccessTest,RegionScanLogicalPlannerTest,RegionScanPlanningTest,TimeSeriesSchemaSourceTest -DfailIfNoTests=false test` - `mvn -Ddevelocity.off=true -pl iotdb-core/datanode spotless:apply` - `mvn -Ddevelocity.off=true -pl integration-test -P with-integration-tests spotless:apply` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
