You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Noa Horn (JIRA)" <ji...@apache.org> on 2015/11/17 01:48:11 UTC

[jira] [Created] (HAWQ-165) PXF loggers should all be private static final

Noa Horn created HAWQ-165:
-----------------------------

             Summary: PXF loggers should all be private static final
                 Key: HAWQ-165
                 URL: https://issues.apache.org/jira/browse/HAWQ-165
             Project: Apache HAWQ
          Issue Type: Improvement
          Components: PXF
            Reporter: Noa Horn
            Assignee: Goden Yao


PXF uses org.apache.commons.logging.Log as its logging mechanism.
In some classes the logger is initialized as a private variable, at others as static. We should consolidate all of the loggers to be private static final.
e.g. 
{noformat}
private static final Log Log = LogFactory.getLog(ReadBridge.class);
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)