taojintianxia commented on a change in pull request #12939:
URL: https://github.com/apache/shardingsphere/pull/12939#discussion_r724790669
##########
File path:
shardingsphere-infra/shardingsphere-infra-optimize/src/main/java/org/apache/shardingsphere/infra/optimize/converter/segment/expression/ExpressionConverter.java
##########
@@ -57,6 +63,12 @@
return new ColumnConverter().convert((ColumnSegment) segment);
} else if (segment instanceof ExistsSubqueryExpression) {
return new
ExistsSubqueryExpressionConverter().convert((ExistsSubqueryExpression) segment);
Review comment:
guard clauses ?
--
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]