rdblue commented on code in PR #5380:
URL: https://github.com/apache/iceberg/pull/5380#discussion_r939734469
##########
docs/flink-getting-started.md:
##########
@@ -551,6 +551,37 @@ FlinkSink.forRowData(input)
env.execute("Test Iceberg DataStream");
```
+### Streaming upsert write
+Iceberg supports upsert based on the primary key when writing streaming data
into v2 table format.
+
+You can enable `upsert` in the following way:
+
+* Create an UPSERT Table
Review Comment:
What does this mean?
--
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]