[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -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))) {