fix shared expr canonicalize bug and const propagate bug
This commit is contained in:
@ -420,7 +420,6 @@ int ObRawExprCanonicalizerImpl::pull_parallel_expr(ObRawExpr *&expr)
|
||||
LOG_WARN("Pull AND or OR expression failed", K(ret));
|
||||
}
|
||||
}
|
||||
child_expr->reset();
|
||||
}
|
||||
} else {
|
||||
if (OB_FAIL(parent_expr->add_param_expr(sub_expr))) {
|
||||
|
||||
Reference in New Issue
Block a user