Skip to content

Commit f2aca5f

Browse files
emkornfieldFokko
andauthored
Apply suggestions from code review
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent f01c0c6 commit f2aca5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Encodings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Dictionary page format: the entries in the dictionary using the [plain](#PLAIN)
6262
Data page format: the bit width used to encode the entry ids stored as 1 byte (max bit width = 32),
6363
followed 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`.
6666
in a data page and PLAIN in a dictionary page for new Parquet files.
6767

6868
<a name="RLE"></a>

src/main/thrift/parquet.thrift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
**/
726726
struct DataPageHeaderV2 {

0 commit comments

Comments
 (0)