yuqi1129 opened a new issue, #12562: URL: https://github.com/apache/gravitino/issues/12562
### Describe the subtask Authorize Lance REST table mutation and deletion operations. - Require MODIFY_TABLE or ownership for drop-columns and alter-columns. - Require ownership for deregister-table and drop-table. - Resolve and authorize the exact table before performing a mutation. - Ensure denied requests perform no metadata or storage mutation. - Preserve concealed-not-found behavior for inaccessible tables. - Cover owner, inherited grants, explicit deny, missing table, deregister, drop, and column alteration cases. Depends on the Lance namespace authorization framework subtask. The PR, including tests, should stay below 1000 changed lines. ### Parent issue #9087 -- 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]
