zclllyybb commented on code in PR #55719:
URL: https://github.com/apache/doris/pull/55719#discussion_r2343803837
##########
be/src/olap/rowset/segment_v2/column_reader.cpp:
##########
@@ -1329,6 +1329,8 @@ Status FileColumnIterator::next_batch(size_t* n,
vectorized::MutableColumnPtr& d
const auto* null_col =
vectorized::check_and_get_column<vectorized::ColumnNullable>(dst.get());
if (null_col != nullptr) {
+ // check_and_get_column returns const T*, dst is an
object that can be modified,
Review Comment:
加个新的check_and_get_column for mutable
--
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]