nastra commented on code in PR #12017: URL: https://github.com/apache/iceberg/pull/12017#discussion_r1934288600
########## docs/docs/view-configuration.md: ########## @@ -25,11 +25,12 @@ title: "Configuration" Iceberg views support properties to configure view behavior. Below is an overview of currently available view properties. -| Property | Default | Description | -|--------------------------------------------|---------|------------------------------------------------------------------------------------| -| write.metadata.compression-codec | gzip | Metadata compression codec: `none` or `gzip` | -| version.history.num-entries | 10 | Controls the number of `versions` to retain | -| replace.drop-dialect.allowed | false | Controls whether a SQL dialect is allowed to be dropped during a replace operation | +| Property | Default | Description | +|----------------------------------|----------------------------|------------------------------------------------------------------------------------| +| write.metadata.compression-codec | gzip | Metadata compression codec: `none` or `gzip` | +| write.metadata.path | table location + /metadata | Base location for metadata files | Review Comment: ```suggestion | write.metadata.path | view location + /metadata | Base location for metadata files | ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org