dawidwys commented on a change in pull request #13521:
URL: https://github.com/apache/flink/pull/13521#discussion_r498180993
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/operators/sort/CircularQueues.java
##########
@@ -75,6 +75,9 @@ public void send(StageRunner.SortStage stage,
CircularElement<E> element) {
@Override
public void sendResult(MutableObjectIterator<E> result) {
+ if (iteratorFuture.isDone()) {
Review comment:
Actually these changes are unnecessary, I added them for helping me with
debugging and forgot to remove them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]