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: [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]