abstractdog commented on code in PR #400:
URL: https://github.com/apache/tez/pull/400#discussion_r2020610114
##########
tez-dag/src/main/java/org/apache/tez/dag/app/dag/impl/DAGImpl.java:
##########
@@ -802,10 +802,10 @@ public List<String> getDiagnostics() {
public DAGReport getReport() {
readLock.lock();
try {
- StringBuilder diagsb = new StringBuilder();
+ /*StringBuilder diagsb = new StringBuilder();
Review Comment:
if it's not needed, please remove instead of commenting out
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]