Github user zellerh commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1662#discussion_r204972620
--- Diff: core/sql/executor/ExStats.cpp ---
@@ -1831,11 +1825,11 @@ Int64 ExFragRootOperStats::getNumVal(Int32 i) const
case 1:
return ExOperStats::getNumVal(i);
case 2:
- return cpuTime_ + espCpuTime_;
+ return reqMsgBytes_ + replyMsgBytes_;
--- End diff --
Thank you. You made my day :-)---
