Skip to content

Commit c2fdec7

Browse files
committed
Update configuration docs with previous-versions-max property
1 parent d71fde1 commit c2fdec7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

mkdocs/docs/configuration.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ Iceberg tables support table properties to configure table behavior.
2828

2929
### Write options
3030

31-
| Key | Options | Default | Description |
32-
| --------------------------------- | --------------------------------- | ------- | ------------------------------------------------------------------------------------------- |
33-
| `write.parquet.compression-codec` | `{uncompressed,zstd,gzip,snappy}` | zstd | Sets the Parquet compression coddec. |
34-
| `write.parquet.compression-level` | Integer | null | Parquet compression level for the codec. If not set, it is up to PyIceberg |
35-
| `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 |
36-
| `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 |
37-
| `write.parquet.dict-size-bytes` | Size in bytes | 2MB | Set the dictionary page size limit per row group |
38-
| `write.parquet.row-group-limit` | Number of rows | 122880 | The Parquet row group limit |
31+
| Key | Options | Default | Description |
32+
| -------------------------------------- | --------------------------------- | ------- | ------------------------------------------------------------------------------------------- |
33+
| `write.parquet.compression-codec` | `{uncompressed,zstd,gzip,snappy}` | zstd | Sets the Parquet compression coddec. |
34+
| `write.parquet.compression-level` | Integer | null | Parquet compression level for the codec. If not set, it is up to PyIceberg |
35+
| `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 |
36+
| `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 |
37+
| `write.parquet.dict-size-bytes` | Size in bytes | 2MB | Set the dictionary page size limit per row group |
38+
| `write.parquet.row-group-limit` | Number of rows | 122880 | The Parquet row group limit |
39+
| `write.metadata.previous-versions-max` | Integer | 100 | The max number of previous version metadata files to keep before deleting after commit. |
3940

4041
### Table behavior options
4142

0 commit comments

Comments
 (0)