Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteTheDDDDt committed Dec 1, 2024
1 parent 8d7e032 commit f806d9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions be/src/pipeline/exec/hashjoin_build_sink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ Status HashJoinBuildSinkLocalState::close(RuntimeState* state, Status exec_statu
// do not publish filter coz local rf not inited and useless
return Base::close(state, exec_status);
}
}

if (_should_build_hash_table) {
} else if (_should_build_hash_table) {
if (p._shared_hashtable_controller && !p._shared_hash_table_context->complete_build_stage) {
return Status::InternalError("close before sink meet eos");
}
Expand Down

0 comments on commit f806d9d

Please sign in to comment.