stevenzwu commented on code in PR #5380:
URL: https://github.com/apache/iceberg/pull/5380#discussion_r944074285


##########
docs/flink-getting-started.md:
##########
@@ -634,6 +634,26 @@ FlinkSink.forRowData(input)
 env.execute("Test Iceberg DataStream");
 ```
 
+## UPSERT mode
+
+Iceberg supports `UPSERT` based on the primary key when writing data into v2 
table format. 
+
+Enable the `UPSERT` mode on a table by adding the `write.upsert.enabled` 
configuration. All writing will be in `UPSERT` mode unless you overwrite it 
when building the writer:

Review Comment:
   Lead this paragraph with `1. `. e.g.,
   
   ```
   1. Enable the `UPSERT` mode as as table-level property ..... Here is an 
example SQL statement to set the table property when creating a table.  It 
would be applied for all write paths to this table (batch or streaming) unless 
overwritten by write options as described later.
   ```



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