Skip to content

[Ruby] Add support for custom metadata in Message #49620

Description

@kou

Describe the enhancement requested

Message can attach custom metadata:

arrow/format/Message.fbs

Lines 152 to 157 in 61ef672

table Message {
version: org.apache.arrow.flatbuf.MetadataVersion;
header: MessageHeader;
bodyLength: long;
custom_metadata: [ KeyValue ];
}

Component(s)

Ruby

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions