nkaki commented on code in PR #552:
URL: https://github.com/apache/parquet-format/pull/552#discussion_r2771906582
##########
Encodings.md:
##########
@@ -25,6 +25,25 @@ This file contains the specification of all supported
encodings.
Unless otherwise stated in page or encoding documentation, any encoding can be
used with any page type.
+### Supported Encodings
+
+| Encoding type | Encoding enum
| Supported Types
|
+| ------------------------------------------------ |
--------------------------------------------------------- |
------------------------------------------------ |
+| [Plain](#PLAIN) | PLAIN = 0
| All Physical Types
|
+| [Dictionary Encoding](#DICTIONARY) | PLAIN_DICTIONARY = 2
(Deprecated) <br> RLE_DICTIONARY = 8 | All Physical Types
|
+| [Run Length Encoding / Bit-Packing Hybrid](#RLE) | RLE = 3
| BOOLEAN
|
Review Comment:
@alamb
Thanks for your suggestions. I’ve committed the changes
--
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]