github-advanced-security[bot] commented on code in PR #18144:
URL: https://github.com/apache/druid/pull/18144#discussion_r2162715956


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/logical/stages/AbstractFrameProcessorStage.java:
##########
@@ -45,8 +43,8 @@
   }
 
   /**
-   * Builds the {@link FrameProcessorFactory} for this stage.
+   * Builds the {@link StageProcessor} for this stage.
    */
   @Nonnull
-  public abstract BaseFrameProcessorFactory buildFrameProcessor(StageMaker 
stageMaker);
+  public abstract StageProcessor<?, ?> buildStageProcessor(StageMaker 
stageMaker);

Review Comment:
   ## Useless parameter
   
   The parameter 'stageMaker' is never used.
   
   [Show more 
details](https://github.com/apache/druid/security/code-scanning/9258)



-- 
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]

Reply via email to