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

   ### What problem does this PR solve?
   
   https://github.com/apache/doris/issues/58125
   
   ```
   F20251203 19:47:55.046221 2067836 status.h:467] Bad cast from 
type:doris::vectorized::ColumnConst* to 
doris::vectorized::ColumnVector<(doris::PrimitiveType)2> const*
   *** Check failure stack trace: ***
       @     0x55d7d5bc798f  google::LogMessage::SendToLog()
       @     0x55d7d5bbdfa0  google::LogMessage::Flush()
       @     0x55d7d5bc1699  google::LogMessageFatal::~LogMessageFatal()
       @     0x55d7a87a211b  doris::Status::FatalError<>()
       @     0x55d7c8732ed6  
_ZZ11assert_castIPKN5doris10vectorized12ColumnVectorILNS0_13PrimitiveTypeE2EEEL18TypeCheckOnRelease1EPKNS1_7IColumnEET_OT1_ENKUlOSB_E_clISA_EES6_SE_
       @     0x55d7c87322e4  assert_cast<>()
       @     0x55d7c96b4334  
doris::vectorized::VConditionExpr::count_true_with_notnull()
       @     0x55d7c96c2edb  
doris::vectorized::VectorizedIfExpr::execute_column()
       @     0x55d7b02f867d  doris::vectorized::VExpr::execute()
       @     0x55d7c94e1a4b  doris::vectorized::VExpr::get_const_col()
       @     0x55d7c94e0cfe  doris::vectorized::VExpr::open()
       @     0x55d7c96b246e  doris::vectorized::VConditionExpr::open()
       @     0x55d7c9881761  doris::vectorized::VExprContext::open()
       @     0x55d7c94eaeac  doris::vectorized::VExpr::open()
   ```
   
   Problem Summary:
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


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