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: 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