alamb commented on issue #5797: URL: https://github.com/apache/arrow-rs/issues/5797#issuecomment-2143403003
Specifically I think @tustvold 's proposal is to change the default value of this https://docs.rs/parquet/latest/parquet/file/properties/struct.WriterProperties.html#method.data_page_row_count_limit Currently it seems there is no row count limit (limit is usize::max): https://github.com/apache/arrow-rs/blob/5a24119f6634d66b83556ecbcfbd54ae3f1620c7/parquet/src/file/properties.rs#L356 Note that @XiangpengHao hit this when trying to write large numbers of rows: https://github.com/apache/arrow-rs/issues/5828 -- 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]
