You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2023/01/10 07:10:58 UTC

[GitHub] [iceberg] JanKaul commented on a diff in pull request #6520: Add naming convention for metadata.json to view spec

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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org