jonahgao commented on issue #14855:
URL: https://github.com/apache/datafusion/issues/14855#issuecomment-2678837021
Another similar case is
```sh
DataFusion CLI v45.0.0
> select count(*), count(t.*) from (values(1)) t(a);
Error during planning: Projections require unique expression names but the
expression "count(*)" at position 0 and "count(*)" at position 1 have the same
name. Consider aliasing ("AS") one of them.
```
It can be passed in PostgreSQL and DataFusion 45.
--
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]