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 2021/07/30 17:19:50 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #2897: Docs: Add UPDATE describtion for spark3.

rdblue commented on a change in pull request #2897:
URL: https://github.com/apache/iceberg/pull/2897#discussion_r680104995



##########
File path: site/docs/spark-writes.md
##########
@@ -171,6 +172,18 @@ WHERE ts >= '2020-05-01 00:00:00' and ts < '2020-06-01 00:00:00'
 
 If the delte filter matches entire partitions of the table, Iceberg will perform a metadata-only delete. If the filter matches individual rows of a table, then Iceberg will rewrite only the affected data files.
 
+### `UPDATE`
+
+Spark 3 added support for `UPDATE` queries to remove data from tables.

Review comment:
       I think this description isn't quite right. It should be
   > Spark 3.1 added support for `UPDATE` queries that update matching rows in tables.
   
   It would also be good to add a pointer to `MERGE INTO` for more complex updates.




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