zclllyybb commented on code in PR #41739: URL: https://github.com/apache/doris/pull/41739#discussion_r1797730922
########## be/src/vec/functions/function_bitmap.cpp: ########## @@ -506,10 +504,10 @@ class FunctionBitmapCount : public IFunction { auto& null_map = data_null_map->get_data(); auto column = block.get_by_position(arguments[0]).column; - if (auto* nullable = check_and_get_column<const ColumnNullable>(*column)) { - VectorizedUtils::update_null_map(null_map, nullable->get_null_map_data()); - column = nullable->get_nested_column_ptr(); - } + // if (auto* nullable = check_and_get_column<const ColumnNullable>(*column)) { Review Comment: don't comment it. just delete if need. -- 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