Caideyipi commented on code in PR #15112:
URL: https://github.com/apache/iotdb/pull/15112#discussion_r2046458744
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/PermissionManager.java:
##########
@@ -59,7 +59,8 @@ public PermissionManager(ConfigManager configManager,
AuthorInfo authorInfo) {
* @param isGeneratedByPipe whether the plan is operated by pipe receiver
* @return TSStatus
*/
- public TSStatus operatePermission(AuthorPlan authorPlan, boolean
isGeneratedByPipe) {
+ public TSStatus operatePermission(
+ AuthorPlan authorPlan, boolean isGeneratedByPipe, String
originClusterIds) {
Review Comment:
originClusterId<s>... Same in other files
--
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]