[
https://issues.apache.org/jira/browse/HIVE-11136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626916#comment-14626916
]
Hive QA commented on HIVE-11136:
--------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12745299/HIVE-11136.1.patch
{color:green}SUCCESS:{color} +1 9190 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4610/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4610/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4610/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12745299 - PreCommit-HIVE-TRUNK-Build
> Unused Logger in org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount
> -----------------------------------------------------------------------
>
> Key: HIVE-11136
> URL: https://issues.apache.org/jira/browse/HIVE-11136
> Project: Hive
> Issue Type: Improvement
> Reporter: Nishant Kelkar
> Assignee: Yongzhi Chen
> Priority: Trivial
> Attachments: HIVE-11136.1.patch
>
>
> There is an unused logger in the GenericUDAFCount. We could either try/catch
> all the code that throws exceptions and log them, or get rid of the logger.
> Relevant section of code:
> {code}
> public class GenericUDAFCount implements GenericUDAFResolver2 {
> private static final Log LOG =
> LogFactory.getLog(GenericUDAFCount.class.getName());
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)