[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

@ -753,7 +753,7 @@ int ObInsertResolver::resolve_column_ref_expr(const ObQualifiedName &q_name, ObR
//In insert into select stmt, insert clause and select clause belong to the same namespace
//the on duplicate key update clause will see the column in select clause,
//so need to add table reference to insert resolve column namespace checker
//eg:https://aone.alibaba-inc.com/issue/20923332
//eg:
int64_t idx = -1;
ObString dummy_name;
TableItem *view = NULL;
@ -806,7 +806,7 @@ int ObInsertResolver::resolve_column_ref_expr(const ObQualifiedName &q_name, ObR
} else {
// don't print this log as WARN,
// as it takes lots of CPU cycles when inserting many rows
// related issue: https://work.aone.alibaba-inc.com/issue/39479211
// related issue:
LOG_TRACE("resolve basic column ref failed", K(ret), K(q_name));
}
}