pgaref commented on a change in pull request #2310: URL: https://github.com/apache/hive/pull/2310#discussion_r637383354
########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/MapJoinOperator.java ########## @@ -831,9 +827,7 @@ public void closeOp(boolean abort) throws HiveException { } } - if (LOG.isInfoEnabled()) { - LOG.info("spilled: " + spilled + " abort: " + abort + ". Clearing spilled partitions."); - } + LOG.info("spilled: " + spilled + " abort: " + abort + ". Clearing spilled partitions."); Review comment: same ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java ########## @@ -896,9 +886,7 @@ protected void createBucketForFileIdx(FSPaths fsp, int filesIdx) + "; out path " + fsp.outPaths[filesIdx] +" (spec path " + specPath + ", tmp path " + fsp.buildTmpPath() + ", task " + taskId + ")"); } - if (LOG.isInfoEnabled()) { - LOG.info("New Final Path: FS " + fsp.finalPaths[filesIdx]); - } + LOG.info("New Final Path: FS " + fsp.finalPaths[filesIdx]); Review comment: same -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org