pitrou commented on a change in pull request #11941:
URL: https://github.com/apache/arrow/pull/11941#discussion_r768634474



##########
File path: format/Message.fbs
##########
@@ -70,7 +70,7 @@ enum BodyCompressionMethod:byte {
 /// bodies. Intended for use with RecordBatch but could be used for other
 /// message types
 table BodyCompression {
-  /// Compressor library
+  /// Compressor library. Note that for LZ4_FRAME, it must contain a single 
frame

Review comment:
       ```suggestion
     /// Compressor library.
     /// For LZ4_FRAME, each compressed buffer must consist of a single frame.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to