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

Yongzhi Chen reassigned HIVE-11136:
-----------------------------------

    Assignee: Yongzhi Chen

> 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
>
> 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