Skip to content

[JS] tableFromIPC does not seem to handle multiple record batches #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
asfimport opened this issue Aug 5, 2022 · 1 comment
Open
Labels
Type: enhancement New feature or request

Comments

@asfimport
Copy link

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

 

Reporter: Howard Zuo

Note: This issue was originally created as ARROW-17316. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Kyle Barron:
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.

Otherwise the Table constructor/new methods are expected to be used to form a table from record batches directly, I believe.

@assignUser assignUser transferred this issue from apache/arrow May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant