jackwener commented on PR #4232:
URL: 
https://github.com/apache/arrow-datafusion/pull/4232#issuecomment-1319908430

   > BTW, below is the Spark SQL's plan
   > 
   > ```
   > == Optimized Logical Plan ==
   > Project [[aa1,aa2] AS B#941145], Statistics(sizeInBytes=6.0 B)
   > +- OneRowRelation, Statistics(sizeInBytes=1.0 B)
   > 
   > == Physical Plan ==
   > *(1) Project [[aa1,aa2] AS B#941145]
   > +- *(1) Scan OneRowRelation[]
   > ```
   > 
   > Another example;
   > 
   > `select ('aa1', 'aa2' as AA1) as B, ('xx1', 'xx2' as BB1) as X`
   > 
   > I think we should keep the alias-projection, and alias-projection can 
perfect represent such usage patten.
   
   These alias bo


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