Skip to content

Commit

Permalink
Introduces the new IcebergSink based on the new V2 Flink Sink Abstra…
Browse files Browse the repository at this point in the history
…ction

    Co-authored-by: Liwei Li <[email protected]>
    Co-authored-by: Kyle Bendickson <[email protected]>
    Co-authored-by: Peter Vary <[email protected]>
  • Loading branch information
rodmeneses committed Aug 26, 2024
1 parent a77bb24 commit d211136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public Builder equalityFieldColumns(List<String> columns) {
/**
* Set the uid suffix for IcebergSink operators. Note that IcebergSink internally consists of
* multiple operators (like writer, committer, aggregator). Actual operator uid will be
* prepended with a prefix like "Sink Committer: $uidSuffix".
* appended with a suffix like "Sink Committer: $uidSuffix".
*
* <p>Flink auto generates operator uid if not set explicitly. It is a recommended <a
* href="https://ci.apache.org/projects/flink/flink-docs-master/docs/ops/production_ready/">
Expand Down

0 comments on commit d211136

Please sign in to comment.