HappenLee commented on code in PR #57204:
URL: https://github.com/apache/doris/pull/57204#discussion_r2533324776


##########
be/src/vec/functions/function.cpp:
##########
@@ -279,6 +279,9 @@ DataTypePtr FunctionBuilderImpl::get_return_type(const 
ColumnsWithTypeAndName& a
                     create_block_with_nested_columns(Block(arguments), 
numbers, false);
             auto return_type = get_return_type_impl(
                     ColumnsWithTypeAndName(nested_block.begin(), 
nested_block.end()));
+            if (!return_type) {

Review Comment:
   what case the return type is nullptr ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to