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 2022/10/22 08:18:18 UTC

[GitHub] [arrow-datafusion] Dandandan opened a new issue, #3927: Support `SubqueryAlias` better in rules

Dandandan opened a new issue, #3927:
URL: https://github.com/apache/arrow-datafusion/issues/3927

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   DataFusion has `SubqueryAlias` in the logical plan. Currently it is only supported to be used in a table scan.
   The current code dealing adding alias to projections is relatively complex and brittle.
   This limits the usage / support of it for subqueries. 
   
   **Describe the solution you'd like**
   Replace the usage of projections with alias with  `SubqueryAlias`. Deprecate usage of Projection with alias.
   
   **Describe alternatives you've considered**
   
   **Additional context**
   


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

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


[GitHub] [arrow-datafusion] alamb closed issue #3927: Support `SubqueryAlias` better in planner

Posted by GitBox <gi...@apache.org>.
alamb closed issue #3927: Support `SubqueryAlias` better in planner
URL: https://github.com/apache/arrow-datafusion/issues/3927


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