Skip to content

Commit

Permalink
[hotfix] Fix compile error in DataStreamV2SinkTransformation
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Apr 1, 2024
1 parent 2876249 commit 5ec8f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void setChainingStrategy(ChainingStrategy strategy) {
}

@Override
public List<Transformation<?>> getTransitivePredecessors() {
protected List<Transformation<?>> getTransitivePredecessorsInternal() {
final List<Transformation<?>> result = Lists.newArrayList();
result.add(this);
result.addAll(input.getTransitivePredecessors());
Expand Down

0 comments on commit 5ec8f15

Please sign in to comment.