jacktengg commented on code in PR #39030:
URL: https://github.com/apache/doris/pull/39030#discussion_r1710561678


##########
be/src/vec/functions/function_case.h:
##########
@@ -333,7 +336,7 @@ class FunctionCase : public IFunction {
         // some types had simd automatically, but some not.
         for (uint8_t i = (has_else ? 0 : 1); i < column_holder.pair_count; 
i++) {
             auto* __restrict column_raw_data =
-                    assert_cast<ColumnType*>(
+                    assert_cast<ColumnType*, TypeCheckOnRelease::DISABLE>(

Review Comment:
   Also should enable type check here.



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