kanha-gupta commented on code in PR #25424:
URL: https://github.com/apache/shardingsphere/pull/25424#discussion_r1185685199
##########
sql-parser/dialect/opengauss/src/main/java/org/apache/shardingsphere/sql/parser/opengauss/visitor/statement/OpenGaussStatementVisitor.java:
##########
@@ -356,7 +356,7 @@ private BinaryOperationExpression
createPatternMatchingOperationSegment(final AE
private BinaryOperationExpression createBinaryOperationSegment(final
AExprContext ctx, final String operator) {
if ("IS".equalsIgnoreCase(operator)) {
- ExpressionSegment left = (ExpressionSegment) visit(ctx.aExpr(0));
+ String ifOperator = operator;
Review Comment:
Sir, I'll rename it. The variable helps in storing & changing String values
when IF conditions are met.
--
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]