Dandandan commented on a change in pull request #1373:
URL: https://github.com/apache/arrow-datafusion/pull/1373#discussion_r771961226



##########
File path: datafusion/src/logical_plan/expr.rs
##########
@@ -368,6 +368,11 @@ pub enum Expr {
     },
     /// Represents a reference to all fields in a schema.
     Wildcard,
+    /// Select subquery
+    Select {
+        name: String,

Review comment:
       I think `name` isn't needed as field, as we can use `Alias` instead




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


Reply via email to