[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

@ -709,7 +709,7 @@ int ObUpdateResolver::generate_batched_stmt_info()
{
int ret = OB_SUCCESS;
//extract all predicate column from condition exprs
//see the issue: https://work.aone.alibaba-inc.com/issue/38055217
//see the issue:
ObSEArray<ObRawExpr*, 4> predicate_columns;
ObUpdateStmt *update_stmt = get_update_stmt();
if (OB_ISNULL(update_stmt)) {