tomtongue opened a new pull request, #12017: URL: https://github.com/apache/iceberg/pull/12017
Currently, View's metadata file location respects its relevant database location first. If the database doesn't have the location, the View's metadata location is set to a warehouse location. For now, when you customize the View's metadata location, you need to set the `warehouse` parameter. However, if your database has the configured location in its property such as `location: /db/table/path`, you need to change the database location (this is not always easy). This commit makes the View's metadata file location configurable by `write.metadata.path` as the table configuration, it and provides more flexible way to configure the metadata file path for Iceberg Views. -- 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