otegami opened a new pull request, #37137: URL: https://github.com/apache/arrow/pull/37137
### Related Issue - close: https://github.com/apache/arrow/issues/33749 ### Rationale for this change This change allows for efficient iteration over large datasets, particularly those utilizing the Apache Parquet format. ### What changes are included in this PR? Add Arrow::RecordBatch#each_raw_record and Arrow::Table#each_raw_record to make raw_records method be iterable. ### Are these changes tested? Not yet. - [ ] Add test for `Arrow::RecordBatch#each_raw_record` and `Arrow::Table#each_raw_record` ### Are there any user-facing changes? Yes. -- 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]
