From f117d7433e3ea9d9cf0c5e332e3eb8f33ed07ec8 Mon Sep 17 00:00:00 2001 From: obdev Date: Wed, 7 Feb 2024 18:34:46 +0000 Subject: [PATCH] [CP] Fix: log level reduce --- src/sql/engine/expr/ob_expr_operator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/engine/expr/ob_expr_operator.h b/src/sql/engine/expr/ob_expr_operator.h index 19987db1bb..c4e7a73d52 100644 --- a/src/sql/engine/expr/ob_expr_operator.h +++ b/src/sql/engine/expr/ob_expr_operator.h @@ -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; }