[FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com> Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
		| @ -399,7 +399,7 @@ int ObGlobalHint::print_global_hint(PlanText &plan_text, const bool ignore_paral | ||||
|   //DOP | ||||
|   if (OB_SUCC(ret) && !dops_.empty() && !ignore_parallel) { | ||||
|     for (int64_t i = 0; OB_SUCC(ret) && i < dops_.count(); ++i) { | ||||
|       if (OB_FAIL(BUF_PRINTF("%sDOP(%lu %lu)", outline_indent, dops_.at(i).dfo_, dops_.at(i).dop_))) { | ||||
|       if (OB_FAIL(BUF_PRINTF("%sDOP(%lu, %lu)", outline_indent, dops_.at(i).dfo_, dops_.at(i).dop_))) { | ||||
|         LOG_WARN("failed to print dop hint", K(ret)); | ||||
|       } | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 zzg19950727
					zzg19950727