gitaroktato commented on a change in pull request #13046:
URL: https://github.com/apache/shardingsphere/pull/13046#discussion_r730771620



##########
File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/java/org/apache/shardingsphere/sql/parser/mysql/visitor/statement/impl/MySQLDALStatementSQLVisitor.java
##########
@@ -275,6 +280,27 @@ public ASTNode visitInstallPlugin(final 
InstallPluginContext ctx) {
         result.setPluginName(((IdentifierValue) 
visit(ctx.pluginName())).getValue());
         return result;
     }
+
+    @Override
+    public ASTNode visitCloneAction(final CloneActionContext ctx) {
+        MySQLCloneStatement result = new MySQLCloneStatement();

Review comment:
       @tuichenchuxin I've tried to do what you were suggesting, but I did not 
understand fully how should the expected implementation look like. Could you 
please show me a snippet or an existing sample from the codebase?




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


Reply via email to