Hi all, My understanding of the StreamWriter class is that it would persist Row Groups to disk once they exceed a certain size. In the documentation <https://arrow.apache.org/docs/cpp/api/formats.html#_CPPv4N7parquet12StreamWriterE>, it seems like this size is 512MB, but if I look at arrow/include/parquet/properties.h, the DEFAULT_MAX_ROW_GROUP_LENGTH seems to be 64MB. Is this reset to 512MB elsewhere? My parquet version is
#define CREATED_BY_VERSION "parquet-cpp-arrow version 9.0.0-SNAPSHOT Thank You, Arun Joseph
