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/03/12 01:15:08 UTC

[GitHub] [arrow-datafusion] doki23 opened a new issue #1994: Implement qualified wildcard

doki23 opened a new issue #1994:
URL: https://github.com/apache/arrow-datafusion/issues/1994


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Currently, df does not implement qualified_wildcard like 'select a.* from a', and I would like to contribute this patch.
   
   **Describe the solution you'd like**
   Support such sql: 'select a.* from a' and 'select a.*, b.id from a, b'.
   


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



[GitHub] [arrow-datafusion] alamb closed issue #1994: Implement qualified wildcard

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1994:
URL: https://github.com/apache/arrow-datafusion/issues/1994


   


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