[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

@ -309,7 +309,7 @@ int cast_obj(const common::ObObjMeta &src_meta,
//not support data alteration
ObObj ori_obj = obj;
int64_t cm_mode = CM_NONE;
//int to uint not check range bug:http://k3.alibaba-inc.com/issue/6656635?versionId=1043693
//int to uint not check range bug:
if(ObIntTC == ori_obj.get_type_class() && ObUIntTC == type_class) {
obj.set_uint(src_meta.get_type(), static_cast<uint64_t>(ori_obj.get_int()));
} else if (ObIntTC == ori_obj.get_type_class() && ObBitTC == type_class) {