xiedeyantu commented on code in PR #4303:
URL: https://github.com/apache/calcite/pull/4303#discussion_r2041281463
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -2371,6 +2371,15 @@ private void
checkSemiOrAntiJoinProjectTranspose(JoinRelType type) {
.check();
}
+ @Test void testFilterTableFunctionScanTranspose() {
Review Comment:
The existing rules were adjusted to match Filter and TableFunctionScan
instead of the "logical" Filter and "logical" TableFunctionScan, with no other
changes. A test was added to cover this rule, as it was previously untested.
--
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]