jayzhan211 commented on issue #11639:
URL: https://github.com/apache/datafusion/issues/11639#issuecomment-2253671162

   @goldmedal If we move the expression expansion to analyzer as the comment 
said, I guess you can still tell the different from `SELECT * FROM A and SELECT 
c1, c2, c3 FROM A`. I think expand expression in builder is quite early, if 
there are 1000 columns, we need to carry those columns around in many places. 
It is better to delay expansion *lazily* as long as possible.


-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to