Miklos Gergely created HIVE-23857:
-------------------------------------
Summary: Fix HiveParser "code too large" problem
Key: HIVE-23857
URL: https://issues.apache.org/jira/browse/HIVE-23857
Project: Hive
Issue Type: Bug
Components: Hive
Reporter: Miklos Gergely
Assignee: Miklos Gergely
HivePasrser.g can not be extended anymore as adding any more tokens leads to a
"code too large" problem, because the compiled code size would exceed 65536
bytes. The real solution would be to introduce anltr4, in the meantime it can
be fixed be moving the tokenNames variable into a separate file.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)