adriangb commented on issue #5483:
URL: https://github.com/apache/datafusion/issues/5483#issuecomment-3832227308
Dropping an example that I was surprised didn't work, I think related to
this:
```sql
> CREATE TABLE t(col text) AS VALUES ('foo');
0 row(s) fetched.
Elapsed 0.005 seconds.
> SELECT EXISTS (
SELECT 1
FROM t
WHERE col = 'value'
) AS exst;
This feature is not implemented: Physical plan does not support logical
expression Exists(Exists { subquery: <subquery>, negated: false })
```
--
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]