[GitHub] hive pull request #183: HIVE-16645 Commands.java has missed the catch statem...

2017-05-11 Thread txhsj
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] hive pull request #169: HIVE-15442:Driver.java has a redundancy code

2017-04-11 Thread txhsj
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))