abandy opened a new pull request, #35774: URL: https://github.com/apache/arrow/pull/35774
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. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org