This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 87f56914e9 [Improvement](debug message) add necessary info to DCHECK 
message (#11586)
87f56914e9 is described below

commit 87f56914e940c12320ffe31ae6da7d40143eb2be
Author: Gabriel <[email protected]>
AuthorDate: Mon Aug 8 15:54:09 2022 +0800

    [Improvement](debug message) add necessary info to DCHECK message (#11586)
---
 be/src/vec/functions/function.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to