File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Dictionary page format: the entries in the dictionary using the [plain](#PLAIN)
6262Data page format: the bit width used to encode the entry ids stored as 1 byte (max bit width = 32),
6363followed by the values encoded using RLE/Bit packed described above (with the given bit width).
6464
65- Using the PLAIN_DICTIONARY enum value is deprecated. Prefer using RLE_DICTIONARY
65+ Using the ` PLAIN_DICTIONARY ` enum value is deprecated, prefer using ` RLE_DICTIONARY ` .
6666in a data page and PLAIN in a dictionary page for new Parquet files.
6767
6868<a name =" RLE " ></a >
Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ struct DictionaryPageHeader {
720720 * `DataPageHeader` (in particular the original header might provide better compression
721721 * in some scenarios). Page indexes require pages start and end at row boundaries regardless of which
722722 * page header is used.
723- * https://parquet.apache.org/docs/file-format/implementationstatus/ tracks the implementation of readers and
723+ * https://parquet.apache.org/docs/file-format/implementationstatus/ tracks the implementation of readers and
724724 * writers that support this page format.
725725 **/
726726struct DataPageHeaderV2 {
You can’t perform that action at this time.
0 commit comments