asolimando commented on code in PR #3900:
URL: https://github.com/apache/calcite/pull/3900#discussion_r1703556836
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -2699,6 +2699,35 @@ private void
checkProjectCorrelateTransposeRuleSemiOrAntiCorrelate(JoinRelType t
.check();
}
+ /** Tests a variant of {@link FilterProjectTransposeRule}
+ * that pushes a Filter that contains a correlating variable. */
Review Comment:
Is `x1` a correlating variable?
--
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]