ajantha-bhat commented on a change in pull request #4223:
URL: https://github.com/apache/iceberg/pull/4223#discussion_r841093870



##########
File path: docs/spark/spark-writes.md
##########
@@ -207,6 +217,11 @@ 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`.
 
+!!! Note
+    By default Spark uses copy-on-write update mode.
+    With spark-3.2 and onwards, iceberg supports merge-on-read mode.    

Review comment:
       updated. Thanks




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