[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

@ -4185,7 +4185,7 @@ int ObSql::after_get_plan(ObPlanCacheCtx &pc_ctx,
// the purpose of adding condition (!session.get_is_in_retry()) is
// send the plan instead of continue sending sqlinfo when retrying remotely.
// bug: https://work.aone.alibaba-inc.com/issue/33487009
// bug:
if (OB_SUCC(ret) && phy_plan->is_remote_plan()
&& !phy_plan->contains_temp_table()
&& !enable_send_plan) {