[scn] fix failure of mittest after refresh feature scn
This commit is contained in:
@ -110,7 +110,6 @@ int ObPlAggUdfFunction::call_pl_engine_exectue_udf(ParamStore& udf_params,
|
||||
LOG_WARN("udf parameter number is not equal to params desc count",
|
||||
K(ret), K(udf_params.count()), K(routine_info->get_param_count()));
|
||||
} else if (OB_FAIL(pl_engine->execute(*exec_ctx_,
|
||||
exec_ctx_->get_allocator(),
|
||||
-1,
|
||||
routine_info->get_routine_id(),
|
||||
empty_subprogram_path,
|
||||
|
||||
@ -19,7 +19,8 @@
|
||||
#include "sql/engine/user_defined_function/ob_udf_registration_types.h"
|
||||
#include "sql/engine/expr/ob_expr.h"
|
||||
#include "rpc/obmysql/ob_mysql_global.h"
|
||||
#include "sql/engine/expr/ob_expr_res_type.h"
|
||||
#include "objit/common/ob_expr_res_type.h"
|
||||
//#include "common/expression/ob_i_sql_expression.h"
|
||||
|
||||
namespace oceanbase
|
||||
{
|
||||
|
||||
@ -15,7 +15,8 @@
|
||||
|
||||
#include "ob_udf_registration_types.h"
|
||||
#include "share/schema/ob_udf.h"
|
||||
#include "sql/engine/expr/ob_expr_res_type.h"
|
||||
/* 是不是不应该依赖objit里面的头文件?*/
|
||||
#include "objit/common/ob_expr_res_type.h"
|
||||
#include "sql/engine/expr/ob_expr.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user