You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/20 20:21:42 UTC

[GitHub] [arrow-datafusion] houqp commented on pull request #792: Implement basic common subexpression eliminate optimization

houqp commented on pull request #792:
URL: https://github.com/apache/arrow-datafusion/pull/792#issuecomment-902936271


   I will take a closer look at it this weekend, my hunch on this is we only want to strip qualifier to direct column projections, i.e. `SELECT test.c1`. For compound projections like `test.c1 PLUS test.c2`, it might be preferable to include qualifiers in the name for better readability.


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

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