Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
-
None
Description
These are the warnings at compilation time:
warning(200): IdentifiersParser.g:424:5: Decision can match input such as "KW_UNKNOWN" using multiple alternatives: 1, 10 As a result, alternative(s) 10 were disabled for that input
This means that multiple parser rules can match certain query text, possibly leading to unexpected errors at parsing time.
Attachments
Attachments
Issue Links
- causes
-
HIVE-26865 Fix TestSQL11ReservedKeyWordsNegative test in branch-3
- Resolved
- is a clone of
-
HIVE-21278 Fix ambiguity in grammar warnings at compilation time
- Closed
- relates to
-
HIVE-16505 Support "unknown" boolean truth value
- Closed