yongjinhou commented on code in PR #17073: URL: https://github.com/apache/doris/pull/17073#discussion_r1126006728
########## gensrc/thrift/FrontendService.thrift: ########## @@ -774,6 +774,43 @@ struct TConfirmUnusedRemoteFilesResult { 1: optional list<Types.TTabletId> confirmed_tablets } +struct TPrivilegeParams { + 1: required string priv_level + 2: optional string ctl + 3: optional string db + 4: optional string tbl Review Comment: The Url carries table name -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org