xuzifu666 commented on code in PR #5160:
URL: https://github.com/apache/calcite/pull/5160#discussion_r3726796776


##########
core/src/test/resources/sql/sub-query.iq:
##########
@@ -10110,5 +10110,27 @@ WHERE E1.SAL > (SELECT B1.COMM FROM BONUS B1 WHERE 
E1.ENAME = B1.ENAME LIMIT 2);
 +--------+
 (0 rows)
 
+!ok
+
+# [CALCITE-4792] SqlToRel should populate corralateId for join with corralated 
query in ON condition.
+SELECT emp.ename, dept.dname

Review Comment:
   Validated in PostgreSQL: https://onecompiler.com/postgresql/44xdzzumu



-- 
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]

Reply via email to