github-code-scanning[bot] commented on code in PR #14708:
URL: https://github.com/apache/druid/pull/14708#discussion_r1282692426
##########
processing/src/test/java/org/apache/druid/query/topn/TopNQueryRunnerTest.java:
##########
@@ -198,14 +199,16 @@
@Rule
public ExpectedException expectedException = ExpectedException.none();
+ @SuppressWarnings("unused")
public TopNQueryRunnerTest(
QueryRunner<Result<TopNResultValue>> runner,
boolean specializeGeneric1AggPooledTopN,
boolean specializeGeneric2AggPooledTopN,
boolean specializeHistorical1SimpleDoubleAggPooledTopN,
boolean
specializeHistoricalSingleValueDimSelector1SimpleDoubleAggPooledTopN,
boolean duplicateSingleAggregatorQueries,
- List<AggregatorFactory> commonAggregators
+ List<AggregatorFactory> commonAggregators,
+ String testName
Review Comment:
## Useless parameter
The parameter 'testName' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/5330)
--
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]