[
https://issues.apache.org/jira/browse/IMPALA-6988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Holley updated IMPALA-6988:
--------------------------------
Description:
Create statement to allow setting owner.
{{ALTER TABLE database_name.table_name SET OWNER [USER|ROLE] user_or_role;}}
examples:
ALTER TABLE <table> SET OWNER USER <user>
ALTER TABLE <table> SET OWNER ROLE <role>
was:
Create statement to allow setting owner.
{{ALTER (DATABASE|TABLE) database_name.table_name SET OWNER [USER|ROLE]
user_or_role;}}
examples:
ALTER DATABASE <db> SET OWNER USER <user>
ALTER DATABASE <db> SET OWNER ROLE <role>
ALTER TABLE <db>.<table> SET OWNER USER <user>
ALTER TABLE <table> SET OWNER ROLE <role>
> Statement to allow setting ownership for table
> ----------------------------------------------
>
> Key: IMPALA-6988
> URL: https://issues.apache.org/jira/browse/IMPALA-6988
> Project: IMPALA
> Issue Type: Sub-task
> Components: Frontend
> Affects Versions: Impala 3.0, Impala 2.13.0
> Reporter: Adam Holley
> Assignee: Adam Holley
> Priority: Major
>
> Create statement to allow setting owner.
> {{ALTER TABLE database_name.table_name SET OWNER [USER|ROLE] user_or_role;}}
> examples:
> ALTER TABLE <table> SET OWNER USER <user>
> ALTER TABLE <table> SET OWNER ROLE <role>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]