yiguolei commented on code in PR #10896:
URL: https://github.com/apache/doris/pull/10896#discussion_r922674893


##########
be/src/olap/rowset/segment_v2/column_reader.cpp:
##########
@@ -149,7 +149,7 @@ Status ColumnReader::read_page(const ColumnIteratorOptions& 
iter_opts, const Pag
                                BlockCompressionCodec* codec) const {
     iter_opts.sanity_check();
     PageReadOptions opts;
-    opts.file_reader = iter_opts.file_reader;
+    opts.file_reader = iter_opts.file_reader.get();

Review Comment:
   opts.file_reader is 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: 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

Reply via email to