emkornfield commented on code in PR #242:
URL: https://github.com/apache/parquet-format/pull/242#discussion_r1614012244
##########
src/main/thrift/parquet.thrift:
##########
@@ -914,6 +1040,32 @@ struct RowGroup {
7: optional i16 ordinal
}
+struct RowGroupV3 {
+ /** REMOVED from v1: columns.
+ * Instead, decode each FileColumnMetadataV3 individually as needed.
+ */
+
+ /** Total byte size of all the uncompressed column data in this row group **/
+ 1: required i64 total_byte_size
+
+ /** Number of rows in this row group **/
+ 2: required i64 num_rows
+
+ /** If set, specifies a sort ordering of the rows in this row group. */
+ 3: optional list<SortingColumn> sorting_columns
Review Comment:
That is fair, but why lose the information per row-group it seems some
engines could make sure of this, although it is probably superceded by page
indexes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]