Skip to content

Commit

Permalink
ARROW-15074: [Format] Clarify that LZ4 contains a single frame
Browse files Browse the repository at this point in the history
See associated discussion at https://issues.apache.org/jira/browse/ARROW-15074

Closes apache#11941 from jorgecarleitao/jorgecarleitao-patch-1

Authored-by: Jorge Leitao <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
jorgecarleitao authored and pitrou committed Dec 22, 2021
1 parent 7e04d52 commit 7baa65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion format/Message.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ enum BodyCompressionMethod:byte {
/// bodies. Intended for use with RecordBatch but could be used for other
/// message types
table BodyCompression {
/// Compressor library
/// Compressor library.
/// For LZ4_FRAME, each compressed buffer must consist of a single frame.
codec: CompressionType = LZ4_FRAME;

/// Indicates the way the record batch body was compressed
Expand Down

0 comments on commit 7baa65c

Please sign in to comment.