nastra commented on code in PR #8216: URL: https://github.com/apache/iceberg/pull/8216#discussion_r1282723420
########## docs/spark-ddl.md: ########## @@ -477,27 +477,50 @@ Note that although the identifier is removed, the column will still exist in the #### `ALTER TABLE ... CREATE BRANCH` -Branches can be created via the `CREATE BRANCH` statement, which includes -the snapshot to create the branch at and an optional retention clause. +Branches can be created via the `CREATE BRANCH` statement with following options Review Comment: ```suggestion Branches can be created via the `CREATE BRANCH` statement with the following options: ``` -- 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]
