xy720 opened a new pull request, #27646:
URL: https://github.com/apache/doris/pull/27646
## Proposed changes
```
F1124 11:10:17.761659 653769 get_least_supertype.cpp:340] There is no
supertype for types Array(Nullable(Int8)), Array(Nullable(UInt8))
*** Check failure stack trace: ***
@ 0x555d7a7e4b8d google::LogMessage::Fail()
@ 0x555d7a7e70c9 google::LogMessage::SendToLog()
@ 0x555d7a7e46f6 google::LogMessage::Flush()
@ 0x555d7a7e7739 google::LogMessageFatal::~LogMessageFatal()
@ 0x555d7950f9d6 doris::vectorized::get_least_supertype()
@ 0x555d794fc3b3
doris::vectorized::FunctionIf::get_return_type_impl()
@ 0x555d777953a9
doris::vectorized::DefaultFunctionBuilder::get_return_type_impl()
@ 0x555d77ff713e
doris::vectorized::FunctionBuilderImpl::get_return_type_without_low_cardinality()
@ 0x555d77ff7bdb
doris::vectorized::FunctionBuilderImpl::get_return_type()
@ 0x555d766f6158
doris::vectorized::SimpleFunctionFactory::get_function()
@ 0x555d7776751b doris::vectorized::VectorizedFnCall::prepare()
@ 0x555d7776937e doris::vectorized::VExprContext::prepare()
@ 0x555d7775cf63 doris::vectorized::VExpr::prepare()
@ 0x555d7a14d7b0 doris::vectorized::VResultSink::prepare_exprs()
@ 0x555d7a14fff8 doris::vectorized::VResultSink::prepare()
@ 0x555d75384721 doris::PlanFragmentExecutor::prepare()
@ 0x555d7535cbdc doris::FragmentExecState::prepare()
@ 0x555d753640d4 doris::FragmentMgr::exec_plan_fragment()
@ 0x555d7536685b doris::FragmentMgr::exec_plan_fragment()
@ 0x555d754f5107
doris::PInternalServiceImpl::_exec_plan_fragment_impl()
@ 0x555d754f5303
doris::PInternalServiceImpl::_exec_plan_fragment_in_pthread()
@ 0x555d7531487d doris::PriorityThreadPool::work_thread()
@ 0x555d7cfd4f00 execute_native_thread_routine
@ 0x7f607c270ea5 start_thread
@ 0x7f607c5839fd __clone
@ (nil) (unknown)
*** Query id: e2ed5f9501a94b3f-9b73163b27c23f9e ***
```
This pr #22553 has fixed it, so just cherry-pick: #22553
<!--Describe your changes.-->
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
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]