Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Seidl <[email protected]>
  • Loading branch information
alamb and etseidl authored May 22, 2024
1 parent 5e506c6 commit 07d1dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ struct DataPageHeader {
/**
* Number of values, including NULLs, in this data page.
*
* If a ColumnIndex is present, a page must begin at a record
* If a OffsetIndex is present, a page must begin at a record
* boundary (repetition_level = 0). Otherwise, pages may begin
* within a record (repetition_level > 0).
**/
Expand Down Expand Up @@ -1005,8 +1005,8 @@ struct PageLocation {
2: required i32 compressed_page_size

/**
* Index within the RowGroup of the first row of the page. When a
* ColumnIndex is present, pages begin on record boundaries
* Index within the RowGroup of the first row of the page. When an
* OffsetIndex is present, pages must begin on record boundaries
* (repetition_level = 0).
*/
3: required i64 first_row_index
Expand Down

0 comments on commit 07d1dfa

Please sign in to comment.