sanpwc commented on code in PR #6050: URL: https://github.com/apache/ignite-3/pull/6050#discussion_r2152043541
########## modules/cli/src/main/java/org/apache/ignite/internal/cli/call/recovery/reset/ResetPartitionsCall.java: ########## @@ -43,8 +42,7 @@ public DefaultCallOutput<String> execute(ResetPartitionsCallInput input) { RecoveryApi client = new RecoveryApi(clientFactory.getClient(input.clusterUrl())); try { - // TODO: IGNITE-25637 - remove this. - if (colocationEnabled()) { + if (StringUtils.nullOrEmpty(input.tableName())) { Review Comment: I'd rather use static import here. Here and below. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org