zhangstar333 commented on code in PR #53018:
URL: https://github.com/apache/doris/pull/53018#discussion_r2196312036
##########
be/src/vec/functions/function_bitmap.cpp:
##########
@@ -373,7 +374,7 @@ class FunctionBitmapAlwaysNull : public IFunction {
ColumnPtr& argument_column =
block.get_by_position(arguments[0]).column;
if constexpr (std::is_same_v<typename Impl::ArgumentType,
DataTypeString>) {
- const auto& str_column = static_cast<const
ColumnString&>(*argument_column);
+ const auto& str_column = assert_cast<const
ColumnString&>(*argument_column);
Review Comment:
这里不会
--
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]