You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/05/25 10:17:53 UTC

[GitHub] [shardingsphere] menghaoranss commented on a change in pull request #10456: Add RQL for show sharding binding table rules

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:
users@infra.apache.org