Skip to content

Commit 0355ad6

Browse files
authored
GH-45892: [Ruby] Unify test for list array in raw_records and each_raw_record (#45940)
### Rationale for this change The PR reduces duplicated test cases and ensures that both `raw_records` and `each_raw_record` behave consistently by extracting their common test cases. - `Arrow::RecordBatch#each_raw_record` - `Arrow::Table#each_raw_record` - `Arrow::RecordBatch#raw_records` - `Arrow::Table#raw_records` ### What changes are included in this PR? We extracted shared test cases about list array used by both `raw_records` and `each_raw_record`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: close GH-45892 * GitHub Issue: #45892 Authored-by: otegami <a.s.takuya1026@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 9b7875c commit 0355ad6

File tree

2 files changed

+68
-663
lines changed

2 files changed

+68
-663
lines changed

0 commit comments

Comments
 (0)