adarshsanjeev commented on code in PR #17899:
URL: https://github.com/apache/druid/pull/17899#discussion_r2052025599
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/dart/controller/DartTableInputSpecSlicer.java:
##########
@@ -162,7 +163,7 @@ public List<InputSlice> sliceDynamic(
*/
int findWorkerForServerSelector(final ServerSelector serverSelector, final
int maxNumSlices)
{
- final QueryableDruidServer server = serverSelector.pick(null);
+ final QueryableDruidServer server = serverSelector.pick(null,
HistoricalFilter.IDENTITY_FILTER);
Review Comment:
Added a note in the query context docs
--
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]