Commit adfc5f4
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::Table#each_raw_record`
- `Arrow::Table#raw_records`
### What changes are included in this PR?
We extracted shared test cases about tables used by both `raw_records` and `each_raw_record`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45897
Authored-by: otegami <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 3828a2e commit adfc5f4
File tree
2 files changed
+19
-50
lines changed- ruby/red-arrow/test
- each-raw-record
- raw-records
2 files changed
+19
-50
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
46 | 62 | | |
47 | 63 | | |
0 commit comments