amogh-jahagirdar commented on code in PR #6723:
URL: https://github.com/apache/iceberg/pull/6723#discussion_r1147150136


##########
docs/spark-writes.md:
##########
@@ -203,6 +203,28 @@ 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.

Review Comment:
   Done! 



-- 
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]

Reply via email to