fix bug: topn sort earge filter bugs

This commit is contained in:
obdev
2024-02-08 13:03:31 +00:00
committed by ob-robot
parent ae4e49c03d
commit 2396c99aa3
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;