Describe the enhancement requested
On:
We implemented the ability to limit the number of rows written by page via parquet::WriterProperties::max_rows_per_page(int64_t max_rows)
We should expose the new max_rows_per_page to the Python bindings.
Component(s)
Python, Parquet