Skip to content

Commit

Permalink
ARROW-2022: [Format] Add metadata to message
Browse files Browse the repository at this point in the history
This is the simplest possible option, but I might be missing something.

Author: Micah Kornfield <[email protected]>
Author: emkornfield <[email protected]>

Closes apache#3812 from emkornfield/ARROW-2022 and squashes the following commits:

0473a7c <emkornfield> rename metadata to custom_metadata
87c78f7 <Micah Kornfield> ARROW-2022:  Add metadata to message
  • Loading branch information
emkornfield authored and wesm committed Mar 12, 2019
1 parent f05369e commit 6686cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format/Message.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ table Message {
version: org.apache.arrow.flatbuf.MetadataVersion;
header: MessageHeader;
bodyLength: long;
custom_metadata: [ KeyValue ];
}

root_type Message;

0 comments on commit 6686cd3

Please sign in to comment.