GitHub user txhsj opened a pull request:
https://github.com/apache/hive/pull/183
HIVE-16645 Commands.java has missed the catch statement and has some â¦
In commands.java, the catch statement is missing and the Resultset
statement is not closed.
You can merge this pull request
GitHub user txhsj opened a pull request:
https://github.com/apache/hive/pull/169
HIVE-15442:Driver.java has a redundancy code
Driver.java has a redundancy code about "explain output", i think the if
statement " if (conf.getBoolVar(ConfVars.HIVE_LOG_EXPLAIN_OUTPUT))