andygrove commented on a change in pull request #8751:
URL: https://github.com/apache/arrow/pull/8751#discussion_r530496041



##########
File path: rust/datafusion/src/logical_plan/plan.rs
##########
@@ -114,6 +114,8 @@ pub enum LogicalPlan {
         /// The output schema, containing fields from the left and right inputs
         schema: SchemaRef,
     },
+    /// Aliased relation
+    Alias(Box<LogicalPlan>, String),

Review comment:
       Thanks @alamb. I appreciate the early review on this. I will think this 
through today. I think it makes sense.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to