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/08 08:24:00 UTC

[jira] [Work logged] (HIVE-23814) Clean up Driver

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

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

                Author: ASF GitHub Bot
            Created on: 08/Jul/20 08:23
            Start Date: 08/Jul/20 08:23
    Worklog Time Spent: 10m 
      Work Description: miklosgergely opened a new pull request #1222:
URL: https://github.com/apache/hive/pull/1222


   Driver is now cut down to it's minimal size by extracting all of it's sub tasks to separate classes. The rest should be cleaned up by
   
   - moving out some smaller parts of the code to sub task and utility classes wherever it is still possible
   - cut large functions to meaningful and manageable parts
   - re-order the functions to follow the order of processing
   - fix checkstyle issues


----------------------------------------------------------------
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: 455917)
    Remaining Estimate: 0h
            Time Spent: 10m

> Clean up Driver
> ---------------
>
>                 Key: HIVE-23814
>                 URL: https://issues.apache.org/jira/browse/HIVE-23814
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Driver is now cut down to it's minimal size by extracting all of it's sub tasks to separate classes. The rest should be cleaned up by
>  * moving out some smaller parts of the code to sub task and utility classes wherever it is still possible
>  * cut large functions to meaningful and manageable parts
>  * re-order the functions to follow the order of processing
>  * fix checkstyle issues
>  



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