[
https://issues.apache.org/jira/browse/HIVE-15442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964160#comment-15964160
]
ASF GitHub Bot commented on HIVE-15442:
---------------------------------------
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))" has a
repeat judge with the above statement.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/txhsj/hive master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/169.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #169
----
commit 24f38ceb34c2663197abfdadbd22c73a257e4a98
Author: 黄赛金10202350 <[email protected]>
Date: 2017-04-11T10:40:51Z
HIVE-15442:Driver.java has a redundancy code
----
> Driver.java has a redundancy code
> ----------------------------------
>
> Key: HIVE-15442
> URL: https://issues.apache.org/jira/browse/HIVE-15442
> Project: Hive
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Saijin Huang
> Assignee: Saijin Huang
> Priority: Minor
> Attachments: HIVE-15442.1.patch
>
>
> Driver.java has a redundancy code about "explain output", i think the if
> statement " if (conf.getBoolVar(ConfVars.HIVE_LOG_EXPLAIN_OUTPUT))" has a
> repeat judge with the above statement.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)