ianmcook commented on code in PR #43950: URL: https://github.com/apache/arrow/pull/43950#discussion_r1744152173
########## docs/source/format/Columnar.rst: ########## @@ -1388,11 +1388,12 @@ have two entries in each RecordBatch. For a RecordBatch of this schema with Compression ----------- -There are three different options for record batch body -buffers compression: buffers can be uncompressed, can use -``lz4`` or ``zstd`` compression codec. All buffers in the flat -sequence of the message body are compressed separately with the -same codec. +There are three different options for compression of record batch +body buffers: Buffers can be uncompressed, buffers can be +compressed with the``lz4`` compression codec, or buffers can Review Comment: Oops, my bad for introducing the missing space -- 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]
