提交 2164f650 编写于 作者: H hezuojiao 提交者: ob-robot

[CP] Fix enum and set type cast to varchar failed

上级 299bf369
......@@ -127,7 +127,7 @@ ObDatumCmpFuncType ObDatumFuncs::get_nullsafe_cmp_func(const ObObjType type1, co
bool ObDatumFuncs::is_string_type(const ObObjType type)
{
const ObObjTypeClass tc = OBJ_TYPE_TO_CLASS[type];
return (tc == ObStringTC || tc == ObRawTC || tc == ObTextTC || tc == ObEnumSetInnerTC);
return (tc == ObStringTC || tc == ObRawTC || tc == ObTextTC);
}
bool ObDatumFuncs::is_json(const ObObjType type)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册