[fix] remove some internal urls and emails
This commit is contained in:
@ -621,7 +621,7 @@ int ObTransformViewMerge::check_can_be_merged(ObDMLStmt *parent_stmt,
|
||||
OPT_TRACE("const expr can not be merged into rollup stmt");
|
||||
}
|
||||
}
|
||||
//stmt不能包含rand函数 https://work.aone.alibaba-inc.com/issue/35875561
|
||||
//stmt不能包含rand函数
|
||||
if (OB_SUCC(ret) && can_be) {
|
||||
bool has_rand = false;
|
||||
if (OB_FAIL(child_stmt->has_rand(has_rand))) {
|
||||
|
||||
Reference in New Issue
Block a user