[
https://issues.apache.org/jira/browse/ARROW-17316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577136#comment-17577136
]
Kyle Barron commented on ARROW-17316:
-------------------------------------
An IPC buffer is defines a start and end; you can't concatenate IPC buffers
directly. Refer to
[https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format.|https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format]
Otherwise the `Table` constructor/`new` methods are expected to be used to form
a table from record batches directly, I believe.
> [JS] tableFromIPC does not seem to handle multiple record batches
> -----------------------------------------------------------------
>
> Key: ARROW-17316
> URL: https://issues.apache.org/jira/browse/ARROW-17316
> Project: Apache Arrow
> Issue Type: Improvement
> Components: JavaScript
> Affects Versions: 0.8.0, 0.9.0
> Reporter: Howard Zuo
> Priority: Major
>
> When passed an array of Uint8Array (multiple record batches), tableFromIPC
> seems to ignore everything else except the first one:
> [https://observablehq.com/@howardzuo/tablefromipc-multiple-record-batches-bug]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)