findepi commented on PR #14824: URL: https://github.com/apache/datafusion/pull/14824#issuecomment-2678933818
> 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? -- 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