HanumathRao commented on code in PR #3597:
URL: https://github.com/apache/calcite/pull/3597#discussion_r1437080384
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -4177,6 +4178,109 @@ RelOptFixture checkDynamicFunctions(boolean
treatDynamicCallsAsConstant) {
.check();
}
+ @Test void testJoinWithConstantRowOnRight() {
Review Comment:
These tests are designed to validate the generated plans for a specified
query. I've incorporated output oriented tests into the join.iq file, and
couple of them generate null values in the context of a left outer join. If you
think any test cases are missing in join.iq, please let me know, and I'll be
sure to add them. Thank you.
--
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]