alamb commented on issue #5450: URL: https://github.com/apache/arrow-rs/issues/5450#issuecomment-1973626245
> Btw, why default is 1024 * 1024? Like it's byte unites According to the docs, DEFAULT_MAX_ROW_GROUP_SIZE is number of rows, not bytes https://docs.rs/parquet/latest/parquet/file/properties/constant.DEFAULT_MAX_ROW_GROUP_SIZE.html https://docs.rs/parquet/latest/parquet/file/properties/struct.WriterProperties.html#method.max_row_group_size > Returns maximum number of rows in a row group. -- 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]
