[
https://issues.apache.org/jira/browse/HIVE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14065332#comment-14065332
]
Thejas M Nair commented on HIVE-6305:
-------------------------------------
The quoted identifier support was added as part HIVE-6013 by [~rhbutani] . This
is just testing that it works with role names as well. If i remember right,
HIVE-6013 talks only about column names because only that was tested as that
part of the patch.
Yes, we should document that role names can also be quoted identifier.
> test use of quoted identifiers in user/role names
> -------------------------------------------------
>
> Key: HIVE-6305
> URL: https://issues.apache.org/jira/browse/HIVE-6305
> Project: Hive
> Issue Type: Bug
> Components: Authorization
> Reporter: Thejas M Nair
> Assignee: Jason Dere
> Fix For: 0.14.0
>
> Attachments: HIVE-6305.1.patch
>
>
> Tests need to be added to verify that quoted identifiers can be used with
> user and role names.
> For example -
> {code}
> grant all on x to user `user-qa`;
> show grant user `user-qa` on table x;
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)