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