andygrove commented on code in PR #2172:
URL: https://github.com/apache/arrow-datafusion/pull/2172#discussion_r848535785
##########
datafusion/core/src/sql/planner.rs:
##########
@@ -3458,7 +3458,8 @@ mod tests {
let expected = "Projection: #person.first_name, #person.id\
\n Inner Join: Using #person.id = #person2.id\
\n TableScan: person projection=None\
- \n TableScan: person2 projection=None";
+ \n SubqueryAlias: person2\
Review Comment:
Ok, let's leave it as is for now since we will make use of it for subqueries
(soon, hopefully).
I filed follow-on issues for use this approach for projection and union:
- https://github.com/apache/arrow-datafusion/issues/2212
- https://github.com/apache/arrow-datafusion/issues/2213
--
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]