Skip to content

Commit

Permalink
update language on omitted fields
Browse files Browse the repository at this point in the history
  • Loading branch information
emkornfield committed Sep 5, 2023
1 parent 0181c5e commit 9fa9f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ struct RepetitionDefinitionLevelHistogram {
* represents the number of times the repetition level was observed in the
* data.
*
* This value should not be written if max_repetition_level is 0.
* This field may be omitted if max_repetition_level is 0.
**/
1: optional list<i64> repetition_level_histogram;
/**
* Same as repetition_level_histogram except for definition levels.
*
* This value should not be written if max_definition_level is 0 or 1.
* This field may be omitted if max_definition_level is 0 or 1.
**/
2: optional list<i64> definition_level_histogram;
}
Expand Down

0 comments on commit 9fa9f9c

Please sign in to comment.