wgtmac commented on issue #34142:
URL: https://github.com/apache/arrow/issues/34142#issuecomment-1427040571

   > Does split the row into different page breaks the standard?
   > 
   > Just curious, assume a huge `list<string>`, containing lots of data. 
Should it be stored in one page?
   
   Only data page v1 allows a record to span more than one pages. However, data 
page v2 and offset index enforces that a record cannot be split into pages. 
Please check: 
https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L919


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

Reply via email to