Skip to content

Commit 2410539

Browse files
committed
minor fix (#1030)
1 parent f1076b1 commit 2410539

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mkdocs/docs/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Iceberg tables support table properties to configure table behavior.
3636
| `write.parquet.page-size-bytes` | Size in bytes | 1MB | Set a target threshold for the approximate encoded size of data pages within a column chunk |
3737
| `write.parquet.page-row-limit` | Number of rows | 20000 | Set a target threshold for the approximate encoded size of data pages within a column chunk |
3838
| `write.parquet.dict-size-bytes` | Size in bytes | 2MB | Set the dictionary page size limit per row group |
39-
| `write.parquet.row-group-limit` | Number of rows | 122880 | The Parquet row group limit |
4039
| `write.metadata.previous-versions-max` | Integer | 100 | The max number of previous version metadata files to keep before deleting after commit. |
4140

4241
### Table behavior options

0 commit comments

Comments
 (0)