taojintianxia commented on a change in pull request #10503:
URL: https://github.com/apache/shardingsphere/pull/10503#discussion_r640526307



##########
File path: 
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/java/org/apache/shardingsphere/distsql/parser/core/DistSQLVisitor.java
##########
@@ -434,6 +420,12 @@ public ASTNode visitShowEncryptTableRule(final 
ShowEncryptTableRuleContext ctx)
         return new ShowEncryptTableRuleStatement(ctx.tableName().getText(), 
Objects.nonNull(ctx.schemaName()) ? (SchemaSegment) visit(ctx.schemaName()) : 
null);
     }
 
+    @Override

Review comment:
       conditional operator nested is not a good practice




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