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 2019/09/23 06:22:00 UTC

[jira] [Work logged] (HIVE-22228) SemanticAnalyzer cleanup - visibility + types

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

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

                Author: ASF GitHub Bot
            Created on: 23/Sep/19 06:21
            Start Date: 23/Sep/19 06:21
    Worklog Time Spent: 10m 
      Work Description: miklosgergely commented on pull request #781: HIVE-22228 SemanticAnalyzer cleanup - visibility + types
URL: https://github.com/apache/hive/pull/781
 
 
   Cleaning up SemanticAnalyzer:
   
   - reduce the visibility of those functions/variables that are too wide, so their scope is clearer
   - modify the type of data structures, use interface instead of actual implementation (e.g. HashMap -> Map in variable declaration)
 
----------------------------------------------------------------
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: 316419)
    Remaining Estimate: 0h
            Time Spent: 10m

> SemanticAnalyzer cleanup - visibility + types
> ---------------------------------------------
>
>                 Key: HIVE-22228
>                 URL: https://issues.apache.org/jira/browse/HIVE-22228
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22228.01.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Cleaning up SemanticAnalyzer:
>  * reduce the visibility of those functions/variables that are too wide, so their scope is clearer
>  * modify the type of data structures, use interface instead of actual implementation (e.g. HashMap -> Map in variable declaration)



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