-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.13.0
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
We have an environment where usernames have period characters between their first and last names.
This breaks parsing while trying to grant permissions, e.g.,
hive> grant all on database mydb to user first.last;
FAILED: ParseException line 1:40 missing EOF at '.' near 'first'