[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

@ -542,7 +542,7 @@ int ObTransformSubqueryCoalesce::transform_diff_exprs(
LOG_WARN("params have null", K(ret), K(trans_stmt), K(select_trans_stmt));
} else if (!where_is_false && OB_FAIL(coalesce_diff_exists_exprs(trans_stmt, trans_stmt->get_condition_exprs(), where_params))) {
LOG_WARN("failed to do coalesce diff where conditions", K(ret));
//bug:https://work.aone.alibaba-inc.com/issue/25355260 暂时禁掉
//bug:
// } else if (OB_NOT_NULL(select_trans_stmt) && !having_is_false &&
// OB_FAIL(coalesce_diff_exists_exprs(trans_stmt,
// select_trans_stmt->get_having_exprs(),