ion-elgreco opened a new issue, #6292:
URL: https://github.com/apache/arrow-rs/issues/6292

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   In delta-rs python bindings we switched from pyarrow writing parquets to 
parquet crate. 
   
   Quite often users used the min_row_goup_size functionality of the pyarrow 
parquet writer but the Parquet crate doesn't have this.
   
   Any chance this can be added?
   
   
   **Describe the solution you'd like**
   Add min_row_group_size to parquet Writer properties that will try to 
distribute all the rows of a recordbatch in the range of min and max row group 
size
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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