gravitino
gravitino copied to clipboard
[Subtask] add authz for renaming table with new schema name
Describe the subtask
add authz for renaming table with new schema name
Parent issue
#8375
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
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.