You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Miklos Gergely (Jira)" <ji...@apache.org> on 2020/07/15 16:43:00 UTC

[jira] [Assigned] (HIVE-23857) Fix HiveParser "code too large" problem

     [ https://issues.apache.org/jira/browse/HIVE-23857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Miklos Gergely reassigned HIVE-23857:
-------------------------------------


> 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
>            Priority: Major
>
> 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)