nastra commented on code in PR #7992: URL: https://github.com/apache/iceberg/pull/7992#discussion_r1274420786
########## format/view-spec.md: ########## @@ -37,6 +37,8 @@ Each compute engine stores the metadata of the view in its proprietary format in View metadata storage mirrors how Iceberg table metadata is stored and retrieved. View metadata is maintained in metadata files. All changes to view state create a new view metadata file and completely replace the old metadata using an atomic swap. Like Iceberg tables, this atomic swap is delegated to the metastore that tracks tables and/or views by name. The view metadata file tracks the view schema, custom properties, current and past versions, as well as other metadata. +When view metadata is replaced, then previously set properties are carried over. Review Comment: makes sense, thanks for updating this -- 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]
