yiguolei commented on code in PR #46570: URL: https://github.com/apache/doris/pull/46570#discussion_r1907450784
########## be/src/olap/rowset/segment_v2/segment.cpp: ########## @@ -86,12 +86,24 @@ std::string file_cache_key_str(const std::string& seg_path) { return file_cache_key_from_path(seg_path).to_string(); } +Status Segment::get_num_rows(io::FileSystemSPtr fs, const std::string& path, int64_t tablet_id, Review Comment: 没意义 -- 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