aasha commented on a change in pull request #1044:
URL: https://github.com/apache/hive/pull/1044#discussion_r436451174



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/incremental/IncrementalLoadTasksBuilder.java
##########
@@ -96,7 +102,9 @@ public IncrementalLoadTasksBuilder(String dbName, String 
loadPath,
     this.log = log;
     numIteration++;
     this.log.debug("Iteration num " + numIteration);
-
+    Map<String, Long> metricMap = new HashMap<>();
+    metricMap.put(ReplUtils.MetricName.EVENTS.name(), (long) 
iterator.getNumEvents());

Review comment:
       This is what is done for logger also. Is that incorrect there as well?




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