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/06/22 21:13:10 UTC

[GitHub] [arrow-datafusion] jorgecarleitao opened a new issue #603: Add support for getter for StructArray

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


   Given a `StructArray` column `a` with a field `b`, I would like to be able to run 
   
   ```
   SELECT a.b from t
   ```
   
   returning the array associated with field `b` in the array `a`
   


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

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



[GitHub] [arrow-datafusion] houqp commented on issue #603: Add support for getter for StructArray

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #603:
URL: https://github.com/apache/arrow-datafusion/issues/603#issuecomment-945339087


   consolidating all discussions to https://github.com/apache/arrow-datafusion/issues/119


-- 
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] houqp closed issue #603: Add support for getter for StructArray

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


   


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