taojintianxia commented on a change in pull request #14193:
URL: https://github.com/apache/shardingsphere/pull/14193#discussion_r772938311
##########
File path:
shardingsphere-distsql/shardingsphere-distsql-parser/src/main/java/org/apache/shardingsphere/distsql/parser/core/common/CommonDistSQLStatementVisitor.java
##########
@@ -191,6 +193,11 @@ public ASTNode visitShowSingleTable(final
ShowSingleTableContext ctx) {
null == ctx.schemaName() ? null : (SchemaSegment)
visit(ctx.schemaName()));
}
+ @Override
+ public ASTNode visitShowSQLParserRule(final ShowSQLParserRuleContext ctx) {
Review comment:
what does this parameter use for ?
--
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]