zhongyujiang opened a new issue, #1012: URL: https://github.com/apache/iceberg-python/issues/1012
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Hi community, I found this write option in the Python documentation, `write.parquet.row-group-limit`, which is supposed to control the row count limit for Parquet row-groups, but it appears not to be used in the write path. Is this a mistake? or is this option planned to be used in the future? https://py.iceberg.apache.org/configuration/#write-options  Moreover, the description for this option in the doc states: `Number of rows`, but its default value in the [code](https://github.com/apache/iceberg-python/blob/6c0d307032608967ccd00cfe72d8815e6e7e01cc/pyiceberg/table/__init__.py#L178) is 128MB, which seems to be an error. -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org