yiguolei commented on code in PR #49140: URL: https://github.com/apache/doris/pull/49140#discussion_r1998144285
########## be/src/vec/exprs/lambda_function/varray_map_function.cpp: ########## @@ -134,8 +134,8 @@ class ArrayMapFunction : public LambdaFunction { auto type_array = array_column_type_name.type; if (type_array->is_nullable()) { // get the nullmap of nullable column - const auto& column_array_nullmap = - assert_cast<const ColumnNullable&>(*column_array).get_null_map_column(); + auto column_array_nullmap = + assert_cast<const ColumnNullable&>(*column_array).get_null_map_column_ptr(); Review Comment: 这个137 行和151 行动的意义是啥? -- 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