asolimando commented on code in PR #4382:
URL: https://github.com/apache/calcite/pull/4382#discussion_r2099830310


##########
core/src/main/java/org/apache/calcite/rel/rules/SubQueryRemoveRule.java:
##########
@@ -946,6 +948,11 @@ private static void matchJoin(SubQueryRemoveRule rule, 
RelOptRuleCall call) {
       builder.push(join.getLeft());
       builder.push(join.getRight());
 
+      final RelOptUtil.Logic logic =

Review Comment:
   The two logic variables in the `if/else` seem identical, in case let's move 
it to its original location in its updated form



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

Reply via email to