menghaoranss commented on a change in pull request #10456:
URL: https://github.com/apache/shardingsphere/pull/10456#discussion_r638654609
##########
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()));
}
-
+
+ @Override
+ public ASTNode visitShowShardingBindingTableRules(final
DistSQLStatementParser.ShowShardingBindingTableRulesContext ctx) {
Review comment:
I have created issue.
--
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]