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

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

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


   ### What changes were proposed in this pull request?
   Driver is still a huge class, with a lot of methods. They are not 
representing the order of the process done by the Driver (compilation, 
execution, result providing, closing). Also the constructors are not at the 
beginning of the class. All of these make the class harder to read. By 
re-ordering them it would be easier.
   
   ### Why are the changes needed?
   To make the Driver class cleaner, thus easier to read/understand.
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   All the tests are still passing.


----------------------------------------------------------------
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:
us...@infra.apache.org


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

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

> Re-order methods in Driver
> --------------------------
>
>                 Key: HIVE-24184
>                 URL: https://issues.apache.org/jira/browse/HIVE-24184
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Driver is still a huge class, with a lot of methods. They are not 
> representing the order of the process done by the Driver (compilation, 
> execution, result providing, closing). Also the constructors are not at the 
> beginning of the class. All of these make the class harder to read. By 
> re-ordering them it would be easier.



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

Reply via email to