JanKaul commented on code in PR #6520: URL: https://github.com/apache/iceberg/pull/6520#discussion_r1065402149
########## format/view-spec.md: ########## @@ -118,6 +118,31 @@ This type of representation stores the original view definition in SQL and its S For `CREATE VIEW v (alias_name COMMENT 'docs', alias_name2, ...) AS SELECT col1, col2, ...`, the field aliases are 'alias_name', 'alias_name2', and etc., and the field docs are 'docs', null, and etc. +#### Atomic swap for File System Views Review Comment: From what I understand it is the same as for tables, which have [File system tables](https://iceberg.apache.org/spec/#file-system-tables) and [Metastore tables](https://iceberg.apache.org/spec/#metastore-tables). I just included it for completeness. Since the the ecosystem is moving towards metastore tables and views we can also leave this section out. -- 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