Skip to content

Commit

Permalink
Fix memory revoke in TopNRowNumberOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
hantangwangd committed Mar 21, 2024
1 parent 331e3d8 commit 36f1401
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ public void addInput(Page page)
@Override
public ListenableFuture<?> startMemoryRevoke()
{
if (finishing) {
return NOT_BLOCKED;
}
return groupedTopNBuilder.startMemoryRevoke();
}

Expand Down

0 comments on commit 36f1401

Please sign in to comment.