Skip to content

Align Java and C++ RecordBatch data and metadata layout #336

@toddfarmer

Description

@toddfarmer

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:

Migrated issue participants:

Reporter: Julien Le Dem (julienledem)
Assignee: Wes McKinney (wesm)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions