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

   ## Proposed changes
   
   error code
   ```C++
   return 
creator_without_type::create<AggregateFunctionForEach>(transform_arguments, 
true,
                                                                         
nested_function);
   ```
   "transform_arguments is an internal type of array. All internal types of the 
array are null, so an array that is not null was mistakenly treated as a null 
array."
   
   
   core
   ```
   INFO: java_cmd /mnt/disk2/yanxuecheng/java17/bin/java
   INFO: jdk_version 17
   start BE in local mode
   F20240705 15:45:48.466758 3587508 assert_cast.h:45] Bad cast from 
type:doris::vectorized::ColumnArray* to doris::vectorized::ColumnNullable const*
   *** Check failure stack trace: ***
       @     0x5612b1cf86a6  google::LogMessage::SendToLog()
       @     0x5612b1cf50f0  google::LogMessage::Flush()
       @     0x5612b1cf8ee9  google::LogMessageFatal::~LogMessageFatal()
       @     0x5612a3373e74  assert_cast<>()
       @     0x5612a778e60d  
doris::vectorized::AggregateFunctionNullUnaryInline<>::add_batch_single_place()
       @     0x5612b0d0dba1  
doris::vectorized::AggFnEvaluator::execute_single_add()
       @     0x5612b0c62b52  
doris::pipeline::AggSinkLocalState::_execute_without_key()
       @     0x5612b0d0a90c  
doris::pipeline::AggSinkLocalState::Executor<>::execute()
       @     0x5612b0c653df  doris::pipeline::AggSinkOperatorX::sink()
       @     0x5612b1bf27c8  
doris::pipeline::PipelineTask::execute()::$_1::operator()()
       @     0x5612b1bf15c6  doris::pipeline::PipelineTask::execute()
       @     0x5612b1c0e8e7  doris::pipeline::TaskScheduler::_do_work()
       @     0x5612b1c0f72c  
doris::pipeline::TaskScheduler::start()::$_0::operator()()
       @     0x5612b1c0f705  std::__invoke_impl<>()
       @     0x5612b1c0f6b5  
_ZSt10__invoke_rIvRZN5doris8pipeline13TaskScheduler5startEvE3$_0JEENSt9enable_ifIX16is_invocable_r_vIT_T0_DpT1_EES6_E4typeEOS7_DpOS8_
       @     0x5612b1c0f5bd  std::_Function_handler<>::_M_invoke()
       @     0x5612a1400905  std::function<>::operator()()
       @     0x5612a2ad6319  doris::FunctionRunnable::run()
       @     0x5612a2acf9b6  doris::ThreadPool::dispatch_thread()
       @     0x5612a2addf09  std::__invoke_impl<>()
       @     0x5612a2adde4d  std::__invoke<>()
       @     0x5612a2adde1d  
_ZNSt5_BindIFMN5doris10ThreadPoolEFvvEPS1_EE6__callIvJEJLm0EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE
       @     0x5612a2adddd6  std::_Bind<>::operator()<>()
       @     0x5612a2addda5  std::__invoke_impl<>()
       @     0x5612a2addd65  
_ZSt10__invoke_rIvRSt5_BindIFMN5doris10ThreadPoolEFvvEPS2_EEJEENSt9enable_ifIX16is_invocable_r_vIT_T0_DpT1_EESA_E4typeEOSB_DpOSC_
       @     0x5612a2addbbd  std::_Function_handler<>::_M_invoke()
       @     0x5612a1400905  std::function<>::operator()()
       @     0x5612a2abecff  doris::Thread::supervise_thread()
       @     0x7f6d1c7841ca  start_thread
       @     0x7f6d1d173e73  __GI___clone
       @              (nil)  (unknown)
   ```
   
   <!--Describe your changes.-->
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to