jayzhan211 commented on PR #11977: URL: https://github.com/apache/datafusion/pull/11977#issuecomment-2290960806
> > If we are building the expr from builder, there is no Expr that you could get the name from. > > Is there a use case for this? The way I see it, physical expressions are low-level enough that you would have to explicitly provide an alias. But I'm curious to know. In datafusion-comet, they heavily rely on physical layer stuffs. They directly build the physical expression with out logical expression. https://github.com/apache/datafusion/issues/11359 This is also the reason why logical expression confused them while it is unnecessary for them to build physical expression. -- 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