asolimando commented on code in PR #4195:
URL: https://github.com/apache/calcite/pull/4195#discussion_r1954905949
##########
core/src/test/resources/sql/sub-query.iq:
##########
@@ -405,6 +405,78 @@ EnumerableCalc(expr#0..4=[{inputs}], EMPNO=[$t0])
EnumerableTableScan(table=[[scott, DEPT]])
!plan
+# [CALCITE-6824] JOIN_SUB_QUERY_TO_CORRELATE rule produces an incorrect plan
when operands are not empty
Review Comment:
It's not only about the test per se, but also what the test harness sets up
for it (what rules, in which order, etc.), there are many places where we run
the test I keep forgetting what is done where tbh (even against the same
dataset), but I have checked that quickly on my side and it's fine, thanks!
--
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]