Pochatkin commented on code in PR #4614: URL: https://github.com/apache/ignite-3/pull/4614#discussion_r1832451978
########## modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/status/ClusterState.java: ########## @@ -18,11 +18,12 @@ package org.apache.ignite.internal.cli.call.cluster.status; import java.util.List; +import org.apache.ignite.rest.client.model.ClusterStatus; /** * Class that represents the cluster status. */ -public class ClusterStatus { +public class ClusterState { Review Comment: This is CLI output DTO object. So, I have added postfix -- 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