gszadovszky commented on code in PR #217:
URL: https://github.com/apache/parquet-format/pull/217#discussion_r1346891497


##########
Encodings.md:
##########
@@ -32,7 +32,7 @@ intended to be the simplest encoding.  Values are encoded 
back to back.
 
 The plain encoding is used whenever a more efficient encoding can not be used. 
It
 stores the data in the following format:
- - BOOLEAN: [Bit Packed](#BITPACKED), LSB first
+ - BOOLEAN: [Bit Packed](#BITPACKED)

Review Comment:
   Maybe _LSB first_ is not descriptive enough but at least we shall not remove 
it. What it wanted to say that for `BOOLEAN`s it stores the bits from the least 
significant bit to the most significant one, instead of what is specified for 
`BIT_PACKED`. It practically means that the `BOOLEAN` bits are just written 
from left to right.



-- 
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