yiguolei commented on code in PR #10896:
URL: https://github.com/apache/doris/pull/10896#discussion_r922672207
##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -349,7 +348,7 @@ Status SegmentIterator::_init_return_column_iterators() {
ColumnIteratorOptions iter_opts;
iter_opts.stats = _opts.stats;
iter_opts.use_page_cache = _opts.use_page_cache;
- iter_opts.file_reader = _file_reader.get();
Review Comment:
I think the previous code maybe want to improve the performance by using raw
pointer.
--
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]