luozenglin commented on code in PR #18689:
URL: https://github.com/apache/doris/pull/18689#discussion_r1167891757
##########
be/src/vec/functions/function_bitmap.cpp:
##########
@@ -412,7 +412,7 @@ class FunctionBitmapCount : public IFunction {
auto data_null_map = ColumnUInt8::create(input_rows_count, 0);
auto& null_map = data_null_map->get_data();
- auto& column = block.get_by_position(arguments[0]).column;
Review Comment:
Because in row 418, the `column` may be assigned to a non-nullable column
--
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]