Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Mar 29, 2024
1 parent e73362d commit 5c942d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Status LocalExchangeSinkLocalState::close(RuntimeState* state, Status exec_statu
return Status::OK();
}
RETURN_IF_ERROR(Base::close(state, exec_status));
if (!_release_count) {
_shared_state->sub_running_sink_operators();
if (exec_status.ok()) {
DCHECK(_release_count) << "Do not finish correctly! " << debug_string(0);
}
return Status::OK();
}
Expand Down

0 comments on commit 5c942d5

Please sign in to comment.