zombee0 commented on code in PR #63:
URL: https://github.com/apache/parquet-format/pull/63#discussion_r1452035800


##########
src/main/thrift/parquet.thrift:
##########
@@ -595,6 +607,43 @@ union ColumnOrder {
   1: TypeDefinedOrder TYPE_ORDER;
 }
 
+struct PageLocation {
+/** Offset of the page in the file **/
+  1: required i64 offset
+
+/** Size of the page, including header. The same as 
PageHeader.compressed_page_size **/
+  2: required i32 compressed_page_size
+
+/** Index within the RowGroup of the first row of the page **/

Review Comment:
   
https://github.com/apache/parquet-mr/blob/330242b3cc2a746f3bbb939304becfa313ef1e53/parquet-column/src/main/java/org/apache/parquet/column/impl/ColumnWriterBase.java#L123
 i found this, thank you all



-- 
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]

Reply via email to