gavinchou commented on code in PR #58301:
URL: https://github.com/apache/doris/pull/58301#discussion_r2564035421


##########
be/src/olap/rowset/beta_rowset.h:
##########
@@ -91,6 +91,9 @@ class BetaRowset final : public Rowset {
     Status show_nested_index_file(rapidjson::Value* rowset_value,
                                   rapidjson::Document::AllocatorType& 
allocator);
 
+    Status get_segment_num_rows(std::vector<uint32_t>* segment_rows, bool 
enable_segment_cache,

Review Comment:
   naming `get_num_segment_rows`



-- 
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]

Reply via email to