mihaibudiu commented on code in PR #5086:
URL: https://github.com/apache/calcite/pull/5086#discussion_r3582738060


##########
core/src/test/resources/sql/struct.iq:
##########
@@ -337,4 +337,193 @@ select row(emp.*, dept.*).deptno0 from emp join dept on 
emp.deptno = dept.deptno
 
 !ok
 
+# 4 test cases for [CALCITE-7646] CorrelateProjectExtractor
+# does not handle nested field accesses cor0.field0.field1.
+
+# All queries use LATERAL, which converts directly to a Correlate.
+# The results were validated on Postgres
+
+!use scott
+
+# Before the fix planning failes with
+# "Mappings$NoElementException: source #0 has no target in mapping".

Review Comment:
   I will move the error descriptions in Jira and delete them from the comments



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