Commit 9cefaf5
authored
### 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 sparse union array used by both `raw_records` and `each_raw_record`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45895
Authored-by: otegami <a.s.takuya1026@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 3c63f37 commit 9cefaf5
File tree
2 files changed
+68
-563
lines changed- ruby/red-arrow/test
- each-raw-record
- raw-records
2 files changed
+68
-563
lines changed
0 commit comments