lanchengx commented on a change in pull request #11838:
URL: https://github.com/apache/shardingsphere/pull/11838#discussion_r689437907
##########
File path:
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-parser/src/main/java/org/apache/shardingsphere/sharding/distsql/parser/core/ShardingDistSQLStatementVisitor.java
##########
@@ -128,6 +138,31 @@ public ASTNode visitDropShardingBindingTableRules(final
DropShardingBindingTable
return new DropShardingBindingTableRulesStatement();
}
+ @Override
+ public ASTNode visitSetShardingHintDatabaseValue(final
SetShardingHintDatabaseValueContext ctx) {
Review comment:
It is generated from a .g4 file, It's supposed to be a special naming
rule.
--
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]