Fokko commented on code in PR #535:
URL: https://github.com/apache/parquet-format/pull/535#discussion_r2604128328


##########
Encodings.md:
##########
@@ -59,8 +62,8 @@ Dictionary page format: the entries in the dictionary using 
the [plain](#PLAIN)
 Data page format: the bit width used to encode the entry ids stored as 1 byte 
(max bit width = 32),
 followed by the values encoded using RLE/Bit packed described above (with the 
given bit width).
 
-Using the PLAIN_DICTIONARY enum value is deprecated in the Parquet 2.0 
specification. Prefer using RLE_DICTIONARY
-in a data page and PLAIN in a dictionary page for Parquet 2.0+ files.
+Using the PLAIN_DICTIONARY enum value is deprecated. Prefer using 
RLE_DICTIONARY

Review Comment:
   ```suggestion
   Using the `PLAIN_DICTIONARY` enum value is deprecated, prefer using 
`RLE_DICTIONARY`.
   ```



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

Reply via email to