xunliu commented on PR #6842: URL: https://github.com/apache/gravitino/pull/6842#issuecomment-2817614523
> When writing data to the table, the engine will normally revoke `loadTable`, but it needs the WRITE_TABLE privilege. How should we handle this? hi. @FANNG1 I think it's 2 things. Metadata authentication which is only responsible for making the right judgment based on the user's permissions. Revoke `loadTable` before writing(`WRITE_TABLE`) it is the engine's own problem. The engine can grant `WRITE_TABLE` privilege to this user. -- 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]
