emkornfield commented on code in PR #572: URL: https://github.com/apache/parquet-format/pull/572#discussion_r3350689299
########## Encodings.md: ########## @@ -54,9 +54,10 @@ Supported Types: all This is the plain encoding that must be supported for types. It is 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 +The plain encoding is used whenever a more efficient encoding cannot be used. It stores the data in the following format: - - BOOLEAN: [Bit Packed](#BITPACKED), LSB first + - BOOLEAN: bit-packed, LSB first (using the same packing scheme as the Review Comment: this looks like it drops BITPACKED hyper link, does it not exist in the doc? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
