mihaibudiu commented on code in PR #3597:
URL: https://github.com/apache/calcite/pull/3597#discussion_r1437174199
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -4177,6 +4178,109 @@ RelOptFixture checkDynamicFunctions(boolean
treatDynamicCallsAsConstant) {
.check();
}
+ @Test void testJoinWithConstantRowOnRight() {
Review Comment:
equi-joining with a tuple that has a null value for one of the ON fields
should produce an empty set. Is there a test about that?
--
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]