[CP] [CP] Fix view synonym bug

This commit is contained in:
xianyu-w
2024-02-10 11:32:36 +00:00
committed by ob-robot
parent b2f4717f20
commit 7829c9c8dc
27 changed files with 48 additions and 54 deletions

View File

@ -136,7 +136,7 @@ int ObLogSort::get_op_exprs(ObIArray<ObRawExpr*> &all_exprs)
LOG_WARN("failed to push back expr", K(ret));
}
}
if (OB_FAIL(ObLogicalOperator::get_op_exprs(all_exprs))) {
if (FAILEDx(ObLogicalOperator::get_op_exprs(all_exprs))) {
LOG_WARN("failed to get op exprs", K(ret));
} else { /*do nothing*/ }
}