mkleen commented on PR #23486: URL: https://github.com/apache/datafusion/pull/23486#issuecomment-4990167180
How about we just introduce an projection for the alias on the dataframe api so we have the same shape like we would have in SQL. Something like: ``` Aggregate[aggr=[Alias(agg, "n")]] ``` to: ``` Projection[agg AS n] → Aggregate[aggr=[agg]] ``` then the rest would be untouched. -- 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]
