zstan commented on code in PR #4328: URL: https://github.com/apache/calcite/pull/4328#discussion_r2064113686
########## core/src/test/resources/sql/sub-query.iq: ########## @@ -63,6 +63,20 @@ select * from dept where deptno not in (select deptno from emp); (0 rows) !ok + +# [CALCITE-5638] Assertion Failure during planning correlated query Review Comment: ok, done -- 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]
