----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71936/ -----------------------------------------------------------
Review request for hive and Zoltan Haindrich. Bugs: HIVE-22608 https://issues.apache.org/jira/browse/HIVE-22608 Repository: hive-git Description ------- There are 33 public methods in Driver, some of them either don't belong there, or should not be public. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/Driver.java 7549144766 ql/src/java/org/apache/hadoop/hive/ql/DriverUtils.java 1eacf69657 ql/src/java/org/apache/hadoop/hive/ql/QueryState.java 267f7d041f ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java 20b0ccd94b ql/src/java/org/apache/hadoop/hive/ql/reexec/ReExecDriver.java a32af75f8f Diff: https://reviews.apache.org/r/71936/diff/1/ Testing ------- All the unit tests are still running. Thanks, Miklos Gergely