openinx commented on a change in pull request #1774:
URL: https://github.com/apache/iceberg/pull/1774#discussion_r530729153
##########
File path: site/docs/configuration.md
##########
@@ -68,6 +68,7 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.summary.partition-limit | 0 | Includes
partition-level summary stats in snapshot summaries if the changed partition
count is less than this limit |
| write.metadata.delete-after-commit.enabled | false | Controls whether
to delete the oldest version metadata files after commit |
| write.metadata.previous-versions-max | 100 | The max number of
previous version metadata files to keep before deleting after commit |
+| write.partitioned.fanout.writer | false | Enables
Partitioned-Fanout-Writer writes |
Review comment:
Should we rename this property to `write.partitioned.fanout.enabled` ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]