cryptoe commented on code in PR #15475:
URL: https://github.com/apache/druid/pull/15475#discussion_r1429876368
##########
server/src/main/java/org/apache/druid/segment/realtime/plumber/Sink.java:
##########
@@ -148,7 +159,9 @@ public Sink(
maxCount = hydrant.getCount();
ReferenceCountingSegment segment = hydrant.getIncrementedSegment();
try {
-
numRowsExcludingCurrIndex.addAndGet(segment.asQueryableIndex().getNumRows());
+ QueryableIndex index = segment.asQueryableIndex();
Review Comment:
Sink is also used for both realtime and batch. How do your changes affect
batch ingestion ?
--
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]