EricJoy2048 commented on code in PR #5617:
URL: https://github.com/apache/seatunnel/pull/5617#discussion_r1360611002
##########
seatunnel-translation/seatunnel-translation-base/src/main/java/org/apache/seatunnel/translation/source/CoordinatedEnumeratorContext.java:
##########
@@ -47,11 +47,13 @@ public Set<Integer> registeredReaders() {
@Override
public void assignSplit(int subtaskId, List<SplitT> splits) {
+ // The Read that sends the current split to the current Task is used
for post-poll
coordinatedSource.addSplits(subtaskId, splits);
}
@Override
public void signalNoMoreSplits(int subtaskId) {
+ /* Notifies the current Task that the reader has not split to close
the currently running Task */
Review Comment:
```suggestion
/* Notify the reader that there are no unassigned splits left */
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]