Prasanth J created HIVE-8153:
--------------------------------
Summary: 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
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)