adarshsanjeev commented on code in PR #15007:
URL: https://github.com/apache/druid/pull/15007#discussion_r1341287403
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/WorkerImpl.java:
##########
@@ -1152,7 +1152,7 @@ private void makeShuffleOutputChannelFactory(boolean
isFinalStage)
);
}
- private <FactoryType extends FrameProcessorFactory<I, WorkerClass, T, R>,
I, WorkerClass extends FrameProcessor<T>, T, R> void makeAndRunWorkProcessors()
+ private <FactoryType extends FrameProcessorFactory<T, R, I>, T, R, I> void
makeAndRunWorkProcessors()
Review Comment:
Nit: this might be easier to read with more detailed generic names
--
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]