diff --git a/be/src/vec/functions/function.h b/be/src/vec/functions/function.h index 8dd9991f18..9e00f36a33 100644 --- a/be/src/vec/functions/function.h +++ b/be/src/vec/functions/function.h @@ -320,7 +320,8 @@ public: ? ((DataTypeNullable*)get_return_type(arguments).get()) ->get_nested_type() : get_return_type(arguments)))) - << " with " << return_type->get_name() << " and " << func_return_type->get_name(); + << " for function '" << this->get_name() << "' with " << return_type->get_name() + << " and " << func_return_type->get_name(); return build_impl(arguments, return_type); }