eldenmoon commented on code in PR #26749: URL: https://github.com/apache/doris/pull/26749#discussion_r1393702837
########## be/src/olap/rowset/segment_v2/segment.h: ########## @@ -84,7 +91,14 @@ class Segment : public std::enable_shared_from_this<Segment> { uint32_t num_rows() const { return _num_rows; } Status new_column_iterator(const TabletColumn& tablet_column, - std::unique_ptr<ColumnIterator>* iter); + std::unique_ptr<ColumnIterator>* iter, + StorageReadOptions* opt = nullptr); + + Status new_iterator_with_path(const TabletColumn& tablet_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: 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