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


##########
be/src/vec/functions/function_case.h:
##########
@@ -232,7 +232,8 @@ class FunctionCase : public IFunction {
                     }
                 } else {
                     const auto* __restrict cond_raw_data =
-                            assert_cast<const 
ColumnUInt8*>(when_column_ptr.get())
+                            assert_cast<const ColumnUInt8*, 
TypeCheckOnRelease::DISABLE>(

Review Comment:
   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: 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