[CP] Fix: log level reduce

This commit is contained in:
yaojing624
2023-12-13 08:12:39 +00:00
committed by ob-robot
parent 15ff434974
commit b1599871ce

View File

@ -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;
}