Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.0, Impala 2.13.0
-
ghx-label-5
Description
Create statement to allow setting owner.
ALTER TABLE database_name.table_name SET OWNER [USER|ROLE] user_or_role; ALTER VIEW database_name.view_name SET OWNER [USER|ROLE] user_or_role;
Examples:
ALTER TABLE <table> SET OWNER USER <user> ALTER TABLE <table> SET OWNER ROLE <role> ALTER VIEW <view> SET OWNER USER <user> ALTER VIEW <view> SET OWNER ROLE <role>
Attachments
Issue Links
- relates to
-
IMPALA-7076 Impala 2.13 & 3.1 Docs: ALTER TABLE / VIEW SET OWNER
- Closed