linrrzqqq opened a new pull request, #66474:
URL: https://github.com/apache/doris/pull/66474

   Related PR: #xxx
   
   Problem Summary:
   
   fix be compile:
   ```text
   In file included from ../src/exprs/function/ai/ai_functions.cpp:19:
   In file included from ../src/exprs/function/ai/ai_classify.h:20:
   ../src/exprs/function/ai/ai_functions.h:312:66: error: too few arguments to 
function call, expected 2, have 0
     312 |             
prompt_columns.emplace_back(argument.unnest_nullable().column);
         |                                         ~~~~~~~~~~~~~~~~~~~~~~~~ ^
   ../src/core/block/column_with_type_and_name.h:86:27: note: 'unnest_nullable' 
declared here
      86 |     ColumnWithTypeAndName unnest_nullable(const NullableColumnInfo& 
info,
         |                           ^               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      87 |                                           bool 
replace_null_data_to_default) const;
         |                                           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from ../src/exprs/function/ai/ai_functions.cpp:29:
   ../src/exprs/function/ai/embed.h:74:56: error: too few arguments to function 
call, expected 2, have 0
      74 |         ColumnPtr input_column = input.unnest_nullable().column;
         |                                  ~~~~~~~~~~~~~~~~~~~~~ ^
   ../src/core/block/column_with_type_and_name.h:86:27: note: 'unnest_nullable' 
declared here
      86 |     ColumnWithTypeAndName unnest_nullable(const NullableColumnInfo& 
info,
         |                           ^               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      87 |                                           bool 
replace_null_data_to_default) const;
         |                                           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   2 errors generated.
   ```
   


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