Re: [I] Implement physical plan for EXISTS subquery [datafusion]

2025-02-10 Thread via GitHub
alamb closed issue #123: Implement physical plan for EXISTS subquery URL: https://github.com/apache/datafusion/issues/123 -- 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 uns

Re: [I] Implement physical plan for EXISTS subquery [datafusion]

2025-02-10 Thread via GitHub
alamb commented on issue #123: URL: https://github.com/apache/datafusion/issues/123#issuecomment-2648298073 Looks good -- thanks for checking @logan-keede -- we can open a new issue if we find another hole -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] Implement physical plan for EXISTS subquery [datafusion]

2025-02-09 Thread via GitHub
logan-keede commented on issue #123: URL: https://github.com/apache/datafusion/issues/123#issuecomment-2646559348 > In case anyone is curious -- we support correlated versions of these queries (via a join) but if there is no correlation (not super useful) we do not > > ❯ create ta