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


##########
be/src/vec/functions/llm/functions_llm.h:
##########
@@ -51,7 +58,14 @@ class LLMFunction : public IFunction {
 
     Status execute_impl(FunctionContext* context, Block& block, const 
ColumnNumbers& arguments,
                         uint32_t result, size_t input_rows_count) const 
override {
-        MutableColumnPtr col_result = ReturnType::create();
+        MutableColumnPtr col_result;

Review Comment:
   why here call `get_return_type_impl()::create()` ? And Remove the template 
param `ReturnType`?



-- 
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