alamb commented on issue #5789: URL: https://github.com/apache/datafusion/issues/5789#issuecomment-2423182393
This now works: ```sql > SELECT a, b FROM t1 WHERE EXISTS (SELECT count(*) FROM t2); +---+---+ | a | b | +---+---+ +---+---+ 0 row(s) fetched. Elapsed 0.002 seconds. ``` -- 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]
