abhishekrb19 commented on code in PR #18866:
URL: https://github.com/apache/druid/pull/18866#discussion_r2648383337
##########
server/src/main/java/org/apache/druid/segment/realtime/appenderator/StreamAppenderator.java:
##########
@@ -991,8 +998,8 @@ private DataSegmentWithMetadata mergeAndPush(
identifier,
segment.getSize(),
indexes.size(),
- (mergeFinishTime - startTime) / 1000000,
Review Comment:
Yeah, there are a few other places where this nanos -> millis conversion
happens, even though only millis is really required. We can clean those up
together in a separate change.
--
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]