Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.13.0
-
None
-
None
Description
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'