Skip to content

Commit

Permalink
Update cross_join_node.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: stdpain <[email protected]>
  • Loading branch information
stdpain authored Oct 24, 2024
1 parent 47814ec commit e064902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/exec/cross_join_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ std::vector<std::shared_ptr<pipeline::OperatorFactory>> CrossJoinNode::_decompos
left_ops.emplace_back(std::make_shared<LimitOperatorFactory>(context->next_operator_id(), id(), limit()));
}

if (_interpolate_passthrough && !context->is_colocate_group()) {
if (_interpolate_passthrough) {
left_ops = context->maybe_interpolate_local_passthrough_exchange(runtime_state(), id(), left_ops,
context->degree_of_parallelism(), true);
}
Expand Down

0 comments on commit e064902

Please sign in to comment.