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/04/17 11:34:29 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #2179: [Question] Are composite types supported ?

alamb commented on issue #2179:
URL: https://github.com/apache/arrow-datafusion/issues/2179#issuecomment-1100858104

   Sorry @Cheappie  -- I think the answer to your question is that this feature is not ready yet. We have some support like https://github.com/apache/arrow-datafusion/issues/119 but perhaps there is more needed as well. 
   
   I wonder if you have tried the following formulations:
   
   ```sql
   SELECT UUID.most  FROM FANCY_TABLE
   ```
   
   ```sql
   SELECT UUID["most"]  FROM FANCY_TABLE
   ```
   
   


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