You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/08 02:22:09 UTC

[GitHub] [doris] yiguolei commented on a diff in pull request #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

yiguolei commented on code in PR #10684:
URL: https://github.com/apache/doris/pull/10684#discussion_r916410856


##########
be/src/vec/olap/olap_data_convertor.cpp:
##########
@@ -138,6 +138,7 @@ void OlapBlockDataConvertor::OlapColumnDataConvertorBase::set_source_column(
         auto nullable_column =
                 assert_cast<const vectorized::ColumnNullable*>(_typed_column.column.get());
         _nullmap = nullable_column->get_null_map_data().data();
+        _nullmap += row_pos;

Review Comment:
   If the method is call twice, the nullmap maybe wrong.



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org