gravitino icon indicating copy to clipboard operation
gravitino copied to clipboard

[Subtask] add authz for renaming table with new schema name

Open mchades opened this issue 7 months ago • 2 comments

Describe the subtask

add authz for renaming table with new schema name

Parent issue

#8375

mchades avatar Sep 19 '25 12:09 mchades

Under the current authorization system, what permissions are required to perform this operation? Specifically, does it require ownership of the original schema and the CREATE TABLE privilege on the new schema? @jerqi

hdygxsj avatar Oct 23 '25 13:10 hdygxsj

Under the current authorization system, what permissions are required to perform this operation? Specifically, does it require ownership of the original schema and the CREATE TABLE privilege on the new schema? @jerqi

It requires ownership of the original schema and the CREATE_TABLE privilege on the new schema.

jerqi avatar Oct 24 '25 02:10 jerqi