Skip to content

Commit

Permalink
[FLINK-36111][minor][pipeline-connector/paimon] Improve MultiTableCom…
Browse files Browse the repository at this point in the history
…mittableChannelComputer Topology name

This closes #3559
  • Loading branch information
MOBIN-F authored Aug 20, 2024
1 parent 78fda8b commit aedccb6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ public int channel(CommittableMessage<MultiTableCommittable> committableMessage)
return Math.floorMod(Objects.hash(committableMessage), numChannels);
}
}

@Override
public String toString() {
return "shuffle by table";
}
}

0 comments on commit aedccb6

Please sign in to comment.