rdblue commented on code in PR #5380: URL: https://github.com/apache/iceberg/pull/5380#discussion_r939734520
########## 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: Oh, I see. It looks like you're trying to list options. To me, this is just confusing. I'd handle it in text rather than using bullets in a list so far apart. -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org