Fix bit agg function add redundant cast
This commit is contained in:
3
deps/oblib/src/common/object/ob_obj_type.h
vendored
3
deps/oblib/src/common/object/ob_obj_type.h
vendored
@ -1395,7 +1395,8 @@ inline bool ob_is_unsigned_type(ObObjType type)
|
||||
|| ObYearType == type
|
||||
|| ObUFloatType == type
|
||||
|| ObUDoubleType == type
|
||||
|| ObUNumberType == type;
|
||||
|| ObUNumberType == type
|
||||
|| ObBitType == type;
|
||||
}
|
||||
bool is_match_alter_integer_column_online_ddl_rules(const common::ObObjMeta& src_meta,
|
||||
const common::ObObjMeta& dst_meta);
|
||||
|
||||
Reference in New Issue
Block a user