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

[jira] [Updated] (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 ]

ASF GitHub Bot updated HIVE-23857:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)