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/17 02:28:00 UTC

[jira] [Work logged] (HIVE-23869) Move alter statements in parser to new file

     [ https://issues.apache.org/jira/browse/HIVE-23869?focusedWorklogId=460060&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-460060 ]

ASF GitHub Bot logged work on HIVE-23869:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Jul/20 02:27
            Start Date: 17/Jul/20 02:27
    Worklog Time Spent: 10m 
      Work Description: jcamachor opened a new pull request #1270:
URL: https://github.com/apache/hive/pull/1270


   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HIVE-XXXXX: Fix a typo in YYY)
   For more details, please see https://cwiki.apache.org/confluence/display/Hive/HowToContribute
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 460060)
    Remaining Estimate: 0h
            Time Spent: 10m

> Move alter statements in parser to new file
> -------------------------------------------
>
>                 Key: HIVE-23869
>                 URL: https://issues.apache.org/jira/browse/HIVE-23869
>             Project: Hive
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Critical
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We are hitting HiveParser 'code too large' problem. HIVE-23857 introduced an adhoc script to solve this problem. Instead, we can split HiveParser.g into smaller files. For instance, we can group all alter statements into their own .g file.
> This patch also fixes an ambiguity warning that was thrown related to LIKE ALL/ANY clauses.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)