lidavidm opened a new pull request, #35978: URL: https://github.com/apache/arrow/pull/35978
### Rationale for this change Panicking is rude. ### What changes are included in this PR? Import C Array Stream schemas up front and report the error. ### Are these changes tested? Yes. ### Are there any user-facing changes? `ImportCArrayStream` (which cannot fail, only panic) is deprecated in favor of `ImportCRecordReader` (which can return an error). -- 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]
