abandy opened a new issue, #35788: URL: https://github.com/apache/arrow/issues/35788
### Describe the enhancement requested Changes: - Changed Reader and Writer to use Result<T, Error> instead of throwing. Since the Error is an enum the handling of the error is enforced. - Update RecordBatch to accept only a single array per column instead of chunked arrays (which could cause problems when writing out) - Added ability for Table to be created from RecordBatches - Fixed a bug with indexing in Chunked array with many arrays - Added tests for the above changes. - Switched ValidationErrors to ArrowError and added additional ArrowError values. - Add @discardableResult to certain methods so results can be ignored without warnings ### Component(s) Swift -- 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]
