adarshsanjeev commented on code in PR #15024:
URL: https://github.com/apache/druid/pull/15024#discussion_r1343576062
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/BaseLeafFrameProcessor.java:
##########
@@ -156,7 +156,12 @@ public ReturnOrAwait<Long> runIncrementally(final IntSet
readableInputs) throws
} else if (readableInputs.size() != inputChannels.size()) {
return ReturnOrAwait.awaitAll(inputChannels.size());
} else if (baseInput.hasSegment()) {
- return runWithSegment(baseInput.getSegment());
+ SegmentWithDescriptor segment = baseInput.getSegment();
Review Comment:
Moved the descriptor to the fetchRowsFromDataServer instead so this makes
more sense now
--
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]