Context:
Currently for non-append-only iceberg sink, we call it "upsert" in both user-facing part and internal implementation. However, to be more accurate, non-append-only iceberg sink requires equality deletes, i.e., retractable stream in our system.
We'd better clarify the term for it.