You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/configuration.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ Iceberg tables support table properties to configure table behavior.
36
36
|`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 |
37
37
|`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 |
38
38
|`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 |
40
39
|`write.metadata.previous-versions-max`| Integer | 100 | The max number of previous version metadata files to keep before deleting after commit. |
0 commit comments