github-advanced-security[bot] commented on code in PR #17894:
URL: https://github.com/apache/druid/pull/17894#discussion_r2035161294
##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java:
##########
@@ -1134,6 +1161,22 @@
.verifyExecutionError();
}
+ @MethodSource("data")
+ @ParameterizedTest(name = "{index}:with context {0}")
+ public void
testInsertOnFoo1WithMultiValueDimGroupByWithoutGroupByEnableSetStatement(String
contextName, Map<String, Object> context)
Review Comment:
## Useless parameter
The parameter 'contextName' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/8806)
##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQInsertTest.java:
##########
@@ -1082,6 +1082,33 @@
.verifyResults();
}
+ @MethodSource("data")
+ @ParameterizedTest(name = "{index}:with context {0}")
+ public void
testInsertOnFoo1WithArrayIngestModeArrayGroupByInsertAsArraySetStatemet(String
contextName, Map<String, Object> context)
Review Comment:
## Useless parameter
The parameter 'contextName' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/8807)
##########
sql/src/test/java/org/apache/druid/sql/calcite/util/QueryFrameworkUtils.java:
##########
@@ -104,7 +104,8 @@
public static SqlStatementFactory createSqlStatementFactory(
final SqlEngine engine,
final PlannerFactory plannerFactory,
- final AuthConfig authConfig
+ final AuthConfig authConfig,
Review Comment:
## Useless parameter
The parameter 'authConfig' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/8808)
--
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]