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

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

Reply via email to