skyzh commented on PR #14595:
URL: https://github.com/apache/datafusion/pull/14595#issuecomment-2661671600

   I think this patch will not regress existing supported cases as they get 
fully decorrelated with the scalar query rule and the predicate subquery rule. 
The patch unlocks a new set of plans produced by lateral joins, though it is 
possible that we could have missed some cases and generated incorrect plans for 
those newly-supported one. For queries that can be optimized into a physical 
plan: `count(*)` is not handled correctly. For queries they we know we don't 
support for now: as in the above 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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to