[FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com> Co-authored-by: fkuner <784819644@qq.com> Co-authored-by: lucky-sinx <2549261744@qq.com>
This commit is contained in:
@ -5100,8 +5100,8 @@ int ObLogicalOperator::try_prepare_rf_query_range_info(
|
||||
for (int64_t i = 0; OB_SUCC(ret) && i < rf_count; ++i) {
|
||||
RuntimeFilterType type = join_filter_create->get_join_filter_types().at(i);
|
||||
if (RuntimeFilterType::IN == type || RuntimeFilterType::RANGE == type) {
|
||||
if (OB_FAIL(OB_FAIL(
|
||||
p2p_dh_ids.push_back(join_filter_create->get_p2p_sequence_ids().at(i))))) {
|
||||
if (OB_FAIL(
|
||||
p2p_dh_ids.push_back(join_filter_create->get_p2p_sequence_ids().at(i)))) {
|
||||
LOG_WARN("fail to push_back", K(ret));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user