Re: [PR] Fix config region pipe privilege trimming [iotdb]

2026-07-07 Thread via GitHub


jt2594838 merged PR #18142:
URL: https://github.com/apache/iotdb/pull/18142


-- 
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]



[PR] Fix config region pipe privilege trimming [iotdb]

2026-07-07 Thread via GitHub


Caideyipi opened a new pull request, #18142:
URL: https://github.com/apache/iotdb/pull/18142

   ## Description
   - Avoid falling back to the table privilege visitor when a tree/config plan 
is denied by tree privilege trimming.
   - Preserve the trimmed plan between tree and table privilege visitor stages.
   - Add regression coverage for unauthorized tree plans and partially trimmed 
tree plans.
   
   ## Tests
   - mvn spotless:apply -pl iotdb-core/confignode
   - mvn -pl iotdb-core/node-commons -DskipTests install
   - mvn -pl iotdb-core/confignode 
-Dtest=PipeConfigTreePrivilegeParseVisitorTest 
"-Dsurefire.failIfNoSpecifiedTests=false" test
   


-- 
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]