Skip to content

Commit

Permalink
minor fix (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Aug 9, 2024
1 parent f1076b1 commit 2410539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkdocs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Iceberg tables support table properties to configure table behavior.
| `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 |
| `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 |
| `write.parquet.dict-size-bytes` | Size in bytes | 2MB | Set the dictionary page size limit per row group |
| `write.parquet.row-group-limit` | Number of rows | 122880 | The Parquet row group limit |
| `write.metadata.previous-versions-max` | Integer | 100 | The max number of previous version metadata files to keep before deleting after commit. |

### Table behavior options
Expand Down

0 comments on commit 2410539

Please sign in to comment.