Skip to content

Commit

Permalink
Fixes spotless issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmeneses committed Aug 26, 2024
1 parent d211136 commit 71f2893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ 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
* appended with a suffix like "Sink Committer: $uidSuffix".
* multiple operators (like writer, committer, aggregator). Actual operator uid will be 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 71f2893

Please sign in to comment.