This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch AuthEnhance in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 9bb1d6e924ced04a4131c1c8756e422964191fe4 Merge: fe57a06bcd7 63a840f2915 Author: JackieTien97 <jackietie...@gmail.com> AuthorDate: Wed Sep 17 16:54:35 2025 +0800 Merge branch 'AuthEnhance' of https://github.com/apache/iotdb into AuthEnhance .../iotdb/confignode/persistence/AuthorInfo.java | 10 +- .../org/apache/iotdb/db/auth/AuthorityChecker.java | 9 ++ .../operator/source/ShowQueriesOperator.java | 10 +- .../config/executor/ClusterConfigTaskExecutor.java | 10 +- .../plan/planner/LogicalPlanBuilder.java | 13 ++- .../plan/planner/LogicalPlanVisitor.java | 3 +- .../plan/planner/OperatorTreeGenerator.java | 5 +- .../planner/plan/node/source/ShowQueriesNode.java | 31 +++++- .../relational/security/AccessControlImpl.java | 25 +++-- .../security/TreeAccessCheckVisitor.java | 107 +++++++++++++++------ .../plan/statement/sys/ShowQueriesStatement.java | 9 ++ .../operator/MergeTreeSortOperatorTest.java | 4 +- 12 files changed, 178 insertions(+), 58 deletions(-)