[
https://issues.apache.org/jira/browse/HIVE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasanth J updated HIVE-8153:
-----------------------------
Resolution: Fixed
Fix Version/s: 0.14.0
Status: Resolved (was: Patch Available)
Committed to trunk. This patch just changes from DEBUG to TRACE logging. No
other code change that warrants a HIVE QA test run.
> 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
> Fix For: 0.14.0
>
> 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)