You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apacheGH-48096 [Python][Parquet] Expose new WriterProperties::max_rows_per_page to Python bindings (apache#48101)
### Rationale for this change
See apache#48096, exposes `parquet.WriterProperties max_rows_per_page` argument to Python's API.
### What changes are included in this PR?
Added the argument
### Are these changes tested?
Yes, since the metadata doesn't have any info about the number of pages, a naive end-to-end test was used to ensure the implementation correctness.
### Are there any user-facing changes?
The ability to set the `max_rows_per_page` directly from PyArrow.
* GitHub Issue: apache#48096
Authored-by: Bogdan Romenskii <rmnsk@seznam.cz>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
0 commit comments