xiaokang commented on code in PR #23818: URL: https://github.com/apache/doris/pull/23818#discussion_r1314450927
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -938,6 +938,10 @@ Status SegmentIterator::_apply_inverted_index_on_block_column_predicate( } bool SegmentIterator::_need_read_data(ColumnId cid) { + // for safety reason, only support DUP_KEYS + if (_opts.tablet_schema->keys_type() != KeysType::DUP_KEYS) { Review Comment: consider unique table with MOW -- 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