Fokko commented on code in PR #7665: URL: https://github.com/apache/iceberg/pull/7665#discussion_r1199588815
##########
docs/configuration.md:
##########
@@ -54,7 +54,6 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.parquet.row-group-size-bytes | 134217728 (128 MB)
| Parquet row group size
|
| write.parquet.page-size-bytes | 1048576 (1 MB)
| Parquet page size
|
| write.parquet.page-row-limit | 20000
| Parquet page row limit
|
- | write.parquet.dictionary.enabled | true
| Enable dictionary encoding
|
| write.parquet.dict-size-bytes | 2097152 (2 MB)
| Parquet dictionary page size
|
Review Comment:
```suggestion
| write.parquet.dict-size-bytes | 2097152 (2 MB)
| Parquet dictionary page size
|
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
