fix bug: topn sort earge filter bugs

This commit is contained in:
GongYusen
2023-12-26 15:43:13 +00:00
committed by ob-robot
parent 3759e6c0bb
commit 85f0244cf5
4 changed files with 24 additions and 18 deletions

View File

@ -1474,8 +1474,6 @@ int ObBasicSessionInfo::get_influence_plan_sys_var(ObSysVarInPC &sys_vars) const
LOG_ERROR("influence plan system var is NULL", K(i), K(ret));
} else if (OB_FAIL(sys_vars.push_back(sys_vars_[index]->get_value()))) {
LOG_WARN("influence plan system variables push failed", K(ret));
} else {
LOG_WARN("luofan test get_influence_plan_sys_var", KPC(sys_vars_[index]));
}
}
return ret;