wecharyu opened a new issue, #48467:
URL: https://github.com/apache/arrow/issues/48467

   ### Describe the enhancement requested
   
   Arrow has one config `max_row_group_length_` to limit the row number of a 
row group, but does not limit the size, which is even more important, see 
[parquet doc](https://parquet.apache.org/docs/file-format/configurations/).
   
   And other implementations like Java has such config:
   
https://github.com/apache/parquet-java/blob/79977453b8cd65e6244f16316fac3a510aa87aa8/parquet-hadoop/src/main/java/parquet/hadoop/ParquetWriter.java#L35
   
   ### Component(s)
   
   C++


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