alamb commented on PR #14824:
URL: https://github.com/apache/datafusion/pull/14824#issuecomment-2679094809

   > > We convert count(constant) i.e. count(2) to count(*) in previous PR
   > > so `select count(1) * count(2)` produces duplicated schema name error 
given both are `count(*)` in schema name.
   > 
   > Can we just give names to generated projections to avoid duplicated schema 
name error?
   > 
   > or is the problem solvable only at the physical planning level?
   
   I think we can fix this with the generated projections (and I think it is 
what @jonahgao  is implemented)


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