fix expr pullup bug
This commit is contained in:
@ -269,7 +269,7 @@ int ObExprNodeMap::add_expr_map(ObRawExpr *expr)
|
|||||||
bool is_exist = false;
|
bool is_exist = false;
|
||||||
if (OB_ISNULL(expr)) {
|
if (OB_ISNULL(expr)) {
|
||||||
ret = OB_ERR_UNEXPECTED;
|
ret = OB_ERR_UNEXPECTED;
|
||||||
} else if (expr->is_const_or_param_expr()) {
|
} else if (expr->is_const_expr()) {
|
||||||
// do nothing
|
// do nothing
|
||||||
} else {
|
} else {
|
||||||
ExprCounter counter;
|
ExprCounter counter;
|
||||||
|
|||||||
Reference in New Issue
Block a user