Skip to content

Commit

Permalink
[Refactor](join) Remove the unless join code in nereids (apache#48135)
Browse files Browse the repository at this point in the history
Remove the hash slot output judge empty logic, unless in nereids
  • Loading branch information
HappenLee authored Feb 20, 2025
1 parent 0a6f7f6 commit c24bd4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/pipeline/exec/hashjoin_probe_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ Status HashJoinProbeOperatorX::open(RuntimeState* state) {
for (const auto& tuple_desc : tuple_descs) {
for (const auto& slot_desc : tuple_desc->slots()) {
output_slot_flags.emplace_back(
_hash_output_slot_ids.empty() ||
std::find(_hash_output_slot_ids.begin(), _hash_output_slot_ids.end(),
slot_desc->id()) != _hash_output_slot_ids.end());
}
Expand Down

0 comments on commit c24bd4b

Please sign in to comment.