ivandasch commented on code in PR #10741:
URL: https://github.com/apache/ignite/pull/10741#discussion_r1211992485
##########
modules/core/src/main/java/org/apache/ignite/internal/visor/verify/VisorValidateIndexesTask.java:
##########
@@ -106,19 +108,19 @@ private static class VisorValidateIndexesJob extends
VisorJob<VisorValidateIndex
* @param arg Argument.
* @param debug Debug.
*/
- protected VisorValidateIndexesJob(@Nullable
VisorValidateIndexesTaskArg arg, boolean debug) {
+ protected VisorValidateIndexesJob(@Nullable
CacheValidateIndexesCommandArg arg, boolean debug) {
super(arg, debug);
}
/** {@inheritDoc} */
- @Override protected VisorValidateIndexesJobResult run(@Nullable
VisorValidateIndexesTaskArg arg) throws IgniteException {
+ @Override protected VisorValidateIndexesJobResult run(@Nullable
CacheValidateIndexesCommandArg arg) throws IgniteException {
Review Comment:
arg is nullable, but there is no code to cover this case
--
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]