Details
Description
In case of an incorrect string passed as value, it would throw an exception, but the message doesn't print the identifier pattern.
java.lang.IllegalArgumentException: [] = [[a] must be {2}
instead of
java.lang.IllegalArgumentException: [] = [[a] must be [a-zA-Z_][a-zA-Z0-9_\-]*
Ref to original discussion: https://github.com/apache/hadoop/pull/5669#discussion_r1198937053
Attachments
Issue Links
- links to