cryptoe commented on code in PR #16943:
URL: https://github.com/apache/druid/pull/16943#discussion_r1727136716
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/WorkerImpl.java:
##########
@@ -408,6 +408,7 @@ private void handleNewWorkOrder(
final QueryContext queryContext = task != null ?
QueryContext.of(task.getContext()) : QueryContext.empty();
final RunWorkOrder runWorkOrder = new RunWorkOrder(
+ task.getControllerTaskId(),
Review Comment:
We have UT's for this no ? I think we should have caught this as part of
refactor ?
--
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]