otegami opened a new pull request, #46862: URL: https://github.com/apache/arrow/pull/46862
### Rationale for this change Some test cases currently don't consider an empty chunked array. Therefore, we add empty chunk test patterns to all test cases about `Arrow::Table#each_raw_records`. ### What changes are included in this PR? This PR adds empty chunked array test patterns to 7 test files in the test/raw-records/ directory: - test-dense-union-array.rb - test-dictionary-array.rb - test-list-array.rb - test-map-array.rb - test-sparse-union-array.rb - test-struct-array.rb - test-table.rb Each EachRawRecordTable*Test class now creates a table with multiple chunks, including an empty chunk, following the pattern established in test-basic-arrays.rb. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. - GitHub Issue: close: GH-37561 -- 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]
