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



##########
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:
       right, I'm also thinking about completely removing this logger from 
here, and add it in a separate ticket, because it can be also used in 
FileSinkOperator




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