alamb opened a new issue #251: URL: https://github.com/apache/arrow-rs/issues/251
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Related to full support for Rust FFI (to pass bytes back and forth with other implementations) Specifically, as reported by Roee Shlomo, when a struct array is passed to the rust FFI implementation, this error is made: ``` CDataInterface("The datatype \"Struct([Field { ... }])\" is still not supported in Rust implementation")' ``` **Describe the solution you'd like** Implement FFI / CDataInterface for Struct Arrays **Describe alternatives you've considered** TBD **Additional context** See thread in ASF slack: https://the-asf.slack.com/archives/C01QUFS30TD/p1620058016382800 -- 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: us...@infra.apache.org