menghaoranss commented on a change in pull request #10456:
URL: https://github.com/apache/shardingsphere/pull/10456#discussion_r638654362



##########
File path: 
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/java/org/apache/shardingsphere/distsql/parser/core/DistSQLVisitor.java
##########
@@ -372,7 +373,12 @@ public ASTNode visitShowResources(final 
ShowResourcesContext ctx) {
     public ASTNode visitShowRule(final ShowRuleContext ctx) {
         return new ShowRuleStatement(ctx.ruleType().getText(), null == 
ctx.schemaName() ? null : (SchemaSegment) visit(ctx.schemaName()));

Review comment:
       Yes, but there are too many classes associated with it, I will fix it in 
next pr.
   




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