Thejas M Nair created HIVE-6305: ----------------------------------- Summary: 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
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.1.5#6160)