[ https://issues.apache.org/jira/browse/HIVE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136545#comment-14136545 ]
Gopal V commented on HIVE-8153: ------------------------------- LGTM - +1 > Reduce the verbosity of debug logs in ORC record reader > ------------------------------------------------------- > > Key: HIVE-8153 > URL: https://issues.apache.org/jira/browse/HIVE-8153 > Project: Hive > Issue Type: Bug > Components: File Formats > Affects Versions: 0.14.0 > Reporter: Prasanth J > Assignee: Prasanth J > Priority: Trivial > Attachments: HIVE-8153.1.patch, HIVE-8153.2.patch > > > Following fields are logged for every row. > {code} > if (LOG.isDebugEnabled()) { > LOG.debug("row from " + reader.path); > LOG.debug("orc row = " + result); > } > {code} > This should be moved to trace logging. -- This message was sent by Atlassian JIRA (v6.3.4#6332)