starocean999 opened a new pull request, #39471:
URL: https://github.com/apache/doris/pull/39471
support correlated scalar subquery without scalar agg like:
`select t1.c1 from t1
where t1.c2 > (select t2.c2 from t2 where t1.c1 = t2.c1);`
after this pr, nereids would produce a correct plan for above sql.
<!--Describe your changes.-->
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]