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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   This ticket is designed to capture the work needed to properly support Arrow 
`Struct` types in DataFusion
   
   https://arrow.apache.org/datafusion/user-guide/sql/sql_status.html says that 
nested types are not supported; The are not fully supported, but there are 
parts of the support already present such as a way to serialize them via 
ArrowWriter and using `field["nested_field"]` syntax
   
   **Describe the solution you'd like**
   Research, and describe / implement what is else remains for proper support. 
   
   Known issues so far:
   - [ ]  https://github.com/apache/arrow-datafusion/issues/2179 from @Cheappie
   - [ ] https://github.com/apache/arrow-datafusion/issues/2043 from @lquerel 
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to