HappenLee opened a new issue #8301:
URL: https://github.com/apache/incubator-doris/issues/8301


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   vectorized
   
   `select 'number', count(*) from baseall group by                   case      
              when k1=10 then 'zero'                  when k1>10 then '+'       
       when k1<10 then '-' end order by 1, 2;`
   
   ### What's Wrong?
   
   *** SIGABRT (@0x1f500017101) received by PID 94465 (TID 0x7f71df032700) from 
PID 94465; stack trace: ***
       @     0x558c769b7ae2 google::(anonymous 
namespace)::FailureSignalHandler()
       @     0x7f72413de920 (unknown)
       @     0x7f72413de8a5 __GI_raise
       @     0x7f72413e0085 __GI_abort
       @     0x558c70d4cbf2 _ZN6googleL21DumpStackTraceAndExitEv.cold
       @     0x558c769ad07d google::LogMessage::Fail()
       @     0x558c769af5b9 google::LogMessage::SendToLog()
       @     0x558c769acbe6 google::LogMessage::Flush()
       @     0x558c769afc29 google::LogMessageFatal::~LogMessageFatal()
       @     0x558c72df4b64 assert_cast<>()
       @     0x558c72df3906 doris::vectorized::ColumnConst::compare_at()
       @     0x558c73063ae2 doris::vectorized::SortCursor::greater_at()
       @     0x558c73063c66 doris::vectorized::SortCursor::greater()
       @     0x558c73063c9b doris::vectorized::SortCursor::operator<()
       @     0x558c7306dcdf std::less<>::operator()()
       @     0x558c7306c8a7 __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @     0x558c73069f8a std::__push_heap<>()
       @     0x558c730679e8 std::push_heap<>()
       @     0x558c730659ca std::priority_queue<>::push()
       @     0x558c7305ee0f doris::vectorized::VSortedRunMerger::prepare()
       @     0x558c7305126f doris::vectorized::VDataStreamRecvr::create_merger()
       @     0x558c73af1e3f doris::vectorized::VExchangeNode::open()
       @     0x558c71ff1abf 
doris::PlanFragmentExecutor::open_vectorized_internal()
       @     0x558c71ff11ea doris::PlanFragmentExecutor::open()
       @     0x558c71df16d4 doris::FragmentExecState::execute()
       @     0x558c71df8dba doris::FragmentMgr::_exec_actual()
       @     0x558c71e3f392 std::__invoke_impl<>()
   
   ### What You Expected?
   
   query normal
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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