jorgecarleitao commented on pull request #8971:
URL: https://github.com/apache/arrow/pull/8971#issuecomment-749233717


   Maybe @nevi-me can provide a better insight here, but IMO the conversion 
`[Large]BinaryArray` to `StructArray` is a kernel with a signature
   
   ```rust
   to_struct<T>(array: GenericBinaryArray<T>, schema: &Schema, 
error_on_invalid: bool) -> Result<StructArray>
   ```
   
   or something similar.


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


Reply via email to