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