alamb commented on code in PR #2172: URL: https://github.com/apache/arrow-datafusion/pull/2172#discussion_r844286551
########## datafusion/core/src/logical_plan/builder.rs: ########## @@ -518,6 +518,18 @@ impl LogicalPlanBuilder { }))) } + /// Apply an alias + pub fn alias(&self, alias: &str) -> Result<Self> { Review Comment: Ah, and I see you don't want to do that :) in the description I wonder if you could use the `DFSchema::relation` name for this purpose? -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org