Commit 42043c8
authored
### Rationale for this change
It's a streaming variant of IPC format.
### What changes are included in this PR?
* Add `ArrowFormat::MessagePullReader`
* Add `ArrowFormat::StreamingPullReader`
* Add `ArrowFormat::StreamingReader`
* Extract read schema and record batch features as `ArrowFormat::Readable` and reuse it in `ArrowFormat::StreamingPullParser` and `ArrowFormat::FileReader`
### Are these changes tested?
Yes.
We should add more error case tests later.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #48612
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 5fbefae commit 42043c8
File tree
8 files changed
+1449
-1047
lines changed- ruby/red-arrow-format
- lib
- arrow-format
- test
8 files changed
+1449
-1047
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments