[ 
https://issues.apache.org/jira/browse/HIVE-11136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chao Sun updated HIVE-11136:
----------------------------
    Component/s: Logging

> 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
>          Components: Logging
>            Reporter: Nishant Kelkar
>            Assignee: Yongzhi Chen
>            Priority: Trivial
>             Fix For: 1.3.0, 2.0.0
>
>         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)

Reply via email to