You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add privilege checks for these commands.
Because this info is also available in SHOW CREATE TABLE, we should not consider it to require the PLACEMENT_ADMIN privilege but similar privileges to SHOW CREATE TABLE.
For the LIKE semantic, it should have simliar semantics to SHOW TABLES where it hides objects you do not have permissions for. For FOR it is an exact match, so a no permissions should result in an error.
The text was updated successfully, but these errors were encountered:
Enhancement
Part of #18030
We need to add privilege checks for these commands.
Because this info is also available in
SHOW CREATE TABLE
, we should not consider it to require thePLACEMENT_ADMIN
privilege but similar privileges toSHOW CREATE TABLE
.For the
LIKE
semantic, it should have simliar semantics toSHOW TABLES
where it hides objects you do not have permissions for. ForFOR
it is an exact match, so a no permissions should result in an error.The text was updated successfully, but these errors were encountered: