Skip to content

Commit

Permalink
Addressing review
Browse files Browse the repository at this point in the history
  • Loading branch information
AHeise committed Nov 29, 2024
1 parent 49d6a5a commit 00e7ad6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ private static boolean hasUpstreamCommitter(DataStream<?> ds) {
StreamOperatorFactory<?> operatorFactory =
((OneInputTransformation<?, ?>) transformation).getOperatorFactory();
if (operatorFactory instanceof CommitterOperatorFactory) {
// found the committer, so the global committer should commit on input
return true;
}
if (operatorFactory instanceof SinkWriterOperatorFactory) {
Expand Down

0 comments on commit 00e7ad6

Please sign in to comment.