You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Miklos Gergely via Review Board <no...@reviews.apache.org> on 2020/10/05 11:30:18 UTC

Review Request 72929: Re-order methods in Driver

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72929/
-----------------------------------------------------------

Review request for hive and David Mollitor.


Bugs: HIVE-24184
    https://issues.apache.org/jira/browse/HIVE-24184


Repository: hive-git


Description
-------

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.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/Driver.java c4517fa15e 


Diff: https://reviews.apache.org/r/72929/diff/1/


Testing
-------

All the tests are still passing.


Thanks,

Miklos Gergely