iwanttobepowerful commented on code in PR #4958:
URL: https://github.com/apache/calcite/pull/4958#discussion_r3285304836


##########
core/src/test/resources/sql/sub-query.iq:
##########
@@ -9237,4 +9237,30 @@ SELECT deptno, dname > SOME(SELECT empno FROM emp) AS b 
FROM dept;
 For input string: "ACCOUNTING"
 !error
 
+# [CALCITE-7540] Correlated outer reference in HAVING of grouped subquery is 
incorrectly reported as not grouped

Review Comment:
   https://sqlize.online/sql/psql18/a074f9aa80bdf29749b21f56ef69df57/



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