strongduanmu commented on code in PR #25876:
URL: https://github.com/apache/shardingsphere/pull/25876#discussion_r1204906523
##########
kernel/sql-federation/optimizer/src/main/java/org/apache/shardingsphere/sqlfederation/optimizer/converter/segment/expression/impl/BinaryOperationExpressionConverter.java:
##########
@@ -107,6 +109,15 @@ private SqlOperator convertOperator(final
BinaryOperationExpression segment) {
operator = "IS NOT FALSE";
}
}
+ if ("&".equalsIgnoreCase(operator)) {
Review Comment:
Hi @kanha-gupta, can you show sql node toString result?
--
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]