-
Notifications
You must be signed in to change notification settings - Fork 1
Align Java and C++ RecordBatch data and metadata layout #336
Copy link
Copy link
Closed
Description
Note: This issue was originally created as ARROW-384. Please see the migration documentation for further details.
Original Issue Description:
layout on C++ side:
<buffers> <metadata> <metadata size: int32>
and on the java side:
<metadata> <buffers>
In the file format the footer has a Block info that contains the metadata length.
https://github.com/apache/arrow/blob/f082b17323354dc2af31f39c15c58b995ba08360/format/File.fbs#L36
See:
apache/arrow#211 (comment)
Related issues:
- Fix string/binary integration tests #344 (is blocked by)
Migrated issue participants:
Reporter: Julien Le Dem (julienledem)
Assignee: Wes McKinney (wesm)
Reactions are currently unavailable