Skip to content

Commit

Permalink
PARQUET-1401: optional RowGroup fields for handling hidden columns (#104
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ggershinsky authored and gszadovszky committed Aug 28, 2018
1 parent c4a4ef2 commit 677ed8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,13 @@ struct RowGroup {
* The sorting columns can be a subset of all the columns.
*/
4: optional list<SortingColumn> sorting_columns

/** Byte offset from beginning of file to first page (data or dictionary)
* in this row group **/
5: optional i64 file_offset

/** Total byte size of all compressed column data in this row group **/
6: optional i64 total_compressed_size
}

/** Empty struct to signal the order defined by the physical or logical type */
Expand Down

0 comments on commit 677ed8e

Please sign in to comment.