Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Oct 2, 2024
1 parent eb4a76f commit f1e156d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Status PartitionedHashJoinSinkLocalState::revoke_memory(
return Status::OK();
}();

state->get_query_ctx()->decrease_revoking_tasks_count();
_state->get_query_ctx()->decrease_revoking_tasks_count();
if (!status.ok()) {
std::unique_lock<std::mutex> lock(_spill_lock);
_spill_dependency->set_ready();
Expand Down

0 comments on commit f1e156d

Please sign in to comment.