sqd commented on code in PR #16317:
URL: https://github.com/apache/iceberg/pull/16317#discussion_r3377337098
##########
docs/docs/configuration.md:
##########
@@ -48,6 +48,7 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.parquet.page-size-bytes | 1048576 (1 MB)
| Parquet page size
|
| write.parquet.page-version | v1
| Parquet data page version: v1 (DataPage V1) or v2 (DataPage V2)
|
| write.parquet.page-row-limit | 20000
| Parquet page row limit
|
+| write.parquet.row-group-row-limit | 2147483647 (INT_MAX)
| Parquet row group row count limit; row groups are flushed once this many
rows have been written
|
Review Comment:
Ok, fixed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]