dengzhhu653 commented on a change in pull request #1588:
URL: https://github.com/apache/hive/pull/1588#discussion_r508951394



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/RenderStrategy.java
##########
@@ -57,7 +60,8 @@ public void update(DAGStatus status, Map<String, Progress> 
vertexProgressMap) {
       renderProgress(monitor.progressMonitor(status, vertexProgressMap));
       String report = getReport(vertexProgressMap);
       if (showReport(report)) {
-        renderReport(report);
+        final String time = FORMATTER.format(LocalDateTime.now());

Review comment:
       yes, align with other variables and there seems no neccesarry to declare 
it as final, as no one would change it after the if branch.




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