[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

@ -2106,7 +2106,7 @@ int ObSqlPlanSet::get_plan_type(const ObIArray<ObTableLocation> &table_locations
LOG_WARN("failed to calcute physical plan type", K(ret));
} else {
// Lookup算子支持压到远程去执行:
// https://code.aone.alibaba-inc.com/oceanbase/oceanbase/codereview/2127600
//
// Select的sql如果包含uncertain算子,不能将类型改为分布式计划
if (is_contain_uncertain_op && plan_type != OB_PHY_PLAN_LOCAL
&& stmt::T_SELECT != stmt_type_) {