[
https://issues.apache.org/jira/browse/HIVE-25152?focusedWorklogId=600794&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600794
]
ASF GitHub Bot logged work on HIVE-25152:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/May/21 09:56
Start Date: 22/May/21 09:56
Worklog Time Spent: 10m
Work Description: pgaref commented on a change in pull request #2310:
URL: https://github.com/apache/hive/pull/2310#discussion_r637382803
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/io/HiveInputFormat.java
##########
@@ -831,9 +817,7 @@ private static void processForWriteIdsForMmRead(Path dir,
Configuration conf,
DeltaFilesMetricReporter.backPropagateAcidMetrics(job, newjob);
Utilities.clearWorkMapForConf(job);
- if (LOG.isInfoEnabled()) {
- LOG.info("number of splits " + result.size());
- }
+ LOG.info("number of splits " + result.size());
Review comment:
number of splits {}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 600794)
Time Spent: 50m (was: 40m)
> Remove Superfluous Logging Code
> -------------------------------
>
> Key: HIVE-25152
> URL: https://issues.apache.org/jira/browse/HIVE-25152
> Project: Hive
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> So much logging code can be removed to lessen the amount of code in the
> project (and perhaps some small performance gains).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)