mihaibudiu commented on code in PR #4303:
URL: https://github.com/apache/calcite/pull/4303#discussion_r2041278184
##########
testkit/src/main/java/org/apache/calcite/test/MockSqlOperatorTable.java:
##########
@@ -208,6 +213,39 @@ public DedupFunction() {
}
}
+ /** "TEST" user-defined table function. */
+ public static class TestTableFunction extends SqlFunction
Review Comment:
how is this related to CALCITE-5985?
##########
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:
this seems to be the previous behavior.
are there tests that exhibit the new behavior?
--
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]