strongduanmu commented on a change in pull request #7292:
URL: https://github.com/apache/shardingsphere/pull/7292#discussion_r485308507



##########
File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/mysql/dal/MySQLAnalyzeTableStatement.java
##########
@@ -17,12 +17,12 @@
 
 package org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal;
 
-import 
org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement;
+import 
org.apache.shardingsphere.sql.parser.sql.common.statement.dal.AnalyzeTableStatement;
 import 
org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement;
 import 
org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement;
 
 /**
- * Analyze table statement.
+ * MySQL analyze table statement.
  */
-public final class MySQLAnalyzeTableStatement extends AbstractSQLStatement 
implements DALStatement, MySQLStatement {
+public final class MySQLAnalyzeTableStatement extends AnalyzeTableStatement 
implements DALStatement, MySQLStatement {

Review comment:
       > Hi @strongduanmu
   > Where is `MySQLAnalyzeTableStatement` used?
   
   @tristaZero Now, `MySQLAnalyzeTableStatement` is only used in the 
`MySQLDALVisitor` class for parsing. The execution of `anlyze table statement` 
is not yet supported.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to