RaigorJiang commented on code in PR #21788:
URL: https://github.com/apache/shardingsphere/pull/21788#discussion_r1006484533
##########
distsql/statement/src/main/java/org/apache/shardingsphere/distsql/parser/statement/ral/queryable/ShowComputeNodeInfoStatement.java:
##########
@@ -20,7 +20,7 @@
import
org.apache.shardingsphere.distsql.parser.statement.ral.QueryableRALStatement;
/**
- * Show instance list statement.
+ * Show compute node info statement.
*/
-public final class ShowInstanceListStatement extends QueryableRALStatement {
+public final class ShowComputeNodeInfoStatement extends QueryableRALStatement {
Review Comment:
It may be `ShowComputeNodesStatement`
--
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]