Skip to content

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

@asfimport

Description

@asfimport

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.

struct Block {

See:
#211 (comment)

Reporter: Julien Le Dem / @julienledem
Assignee: Wes McKinney / @wesm

Related issues:

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions