This is an automated email from the ASF dual-hosted git repository.
sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new c716a89a minor fix (#1030)
c716a89a is described below
commit c716a89a55450f4ac9700cd1f3637c9943f751bd
Author: Sung Yun <[email protected]>
AuthorDate: Fri Aug 9 09:52:44 2024 -0400
minor fix (#1030)
---
mkdocs/docs/configuration.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/mkdocs/docs/configuration.md b/mkdocs/docs/configuration.md
index 971ec539..af139b00 100644
--- a/mkdocs/docs/configuration.md
+++ b/mkdocs/docs/configuration.md
@@ -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