RussellSpitzer commented on code in PR #10644: URL: https://github.com/apache/iceberg/pull/10644#discussion_r1678383820
########## docs/docs/spark-writes.md: ########## @@ -194,17 +194,21 @@ WHERE EXISTS (SELECT oid FROM prod.db.returned_orders WHERE t1.oid = oid) For more complex row-level updates based on incoming data, see the section on `MERGE INTO`. -## Writing to Branches -Branch writes can be performed via SQL by providing a branch identifier, `branch_yourBranch` in the operation. -Branch writes can also be performed as part of a write-audit-publish (WAP) workflow by specifying the `spark.wap.branch` config. -Note WAP branch and branch identifier cannot both be specified. -Also, the branch must exist before performing the write. -The operation does **not** create the branch if it does not exist. -For more information on branches please refer to [branches](branching.md). +### Writing to Branches + +The branch must exist before performing write. The operations do **not** create the branch if it does not exist. Review Comment: "The operations" -> "These operations" -- 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]
