wgtmac opened a new issue, #34142: URL: https://github.com/apache/arrow/issues/34142
### Describe the enhancement requested For now ColumnWriter determines page boundary solely based on the buffered page size. This can lead to a record being split into different pages. Although writing via arrow::Table or arrow::RecordBatch guarantee that a record will not span across pages, we should add a new writer properties to explicitly to avoid that in order to implement writing page index. ### Component(s) C++, Parquet -- 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]
