Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteTheDDDDt committed Feb 19, 2025
1 parent fe22623 commit 50f190d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ public RowBatch getNext(Status status) throws TException, InterruptedException,
finishedReceivers++;
if (finishedReceivers != contexts.size()) {
rowBatch.setEos(false);
} else {
executor.shutdownNow();
}
} else {
context.createFuture();
Expand Down

0 comments on commit 50f190d

Please sign in to comment.