[CP] Fix: log level reduce
This commit is contained in:
@ -806,7 +806,7 @@ inline int ObExprOperator::calc_result_typeN(ObExprResType &type,
|
||||
UNUSED(param_num);
|
||||
UNUSED(type_ctx);
|
||||
UNUSED(arg_arrs);
|
||||
SQL_LOG_RET(ERROR, common::OB_NOT_IMPLEMENT, "not implement", K(type_), K(get_type_name(type_)));
|
||||
SQL_LOG_RET(WARN, common::OB_NOT_IMPLEMENT, "not implement", K(type_), K(get_type_name(type_)));
|
||||
return common::OB_NOT_IMPLEMENT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user