xinyiZzz commented on code in PR #29107:
URL: https://github.com/apache/doris/pull/29107#discussion_r1437084347
##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -1598,8 +1601,9 @@ Status SegmentIterator::_vec_init_lazy_materialization() {
if (!_common_expr_columns.empty()) {
_is_need_expr_eval = true;
for (auto cid : _schema->column_ids()) {
- // pred column also needs to be filtered by expr
- if (_is_common_expr_column[cid] || _is_pred_column[cid]) {
+ // pred column also needs to be filtered by expr, exclude
additional deleted column,
Review Comment:
done
--
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]