[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

@ -329,7 +329,7 @@ int ObTransformGroupByPullup::check_groupby_pullup_validity(ObDMLStmt *stmt,
//do nothing
} else if (OB_FAIL(sub_stmt->has_rand(has_rand))) {
LOG_WARN("failed to check stmt has rand func", K(ret));
//stmt不能包含rand函数 https://work.aone.alibaba-inc.com/issue/35875561
//stmt不能包含rand函数
} else if (!(can_pullup = !has_rand)) {
// do nothing
OPT_TRACE("view has rand expr, can not transform");