pgaref commented on a change in pull request #2225:
URL: https://github.com/apache/hive/pull/2225#discussion_r623969469



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/BasePartitionEvaluator.java
##########
@@ -218,6 +220,9 @@ public BasePartitionEvaluator(
     this.outputOI = outputOI;
     this.nullsLast = nullsLast;
     this.isCountEvaluator = wrappedEvaluator instanceof 
GenericUDAFCount.GenericUDAFCountEvaluator;
+    // use a periodic logger which ignores very small partitions
+    this.stopwatch = new PeriodicLoggerWithStopwatch(

Review comment:
       should probably remove/comment out logging here




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to