deniskuzZ commented on code in PR #6008:
URL: https://github.com/apache/hive/pull/6008#discussion_r2254834836
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HiveSplitGenerator.java:
##########
@@ -241,7 +241,7 @@ void writeSplit(int count, MRSplitProto mrSplit, Path
filePath) throws IOExcepti
mrSplit.writeTo(out);
}
LOG.debug("Split #{} event to output path: {} written in {} ms", count,
filePath,
- fileWriteStarted - Time.monotonicNow());
+ Time.monotonicNow() - fileWriteStarted);
Review Comment:
:) LOL
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]