kfaraz commented on code in PR #19624:
URL: https://github.com/apache/druid/pull/19624#discussion_r3479826605


##########
processing/src/main/java/org/apache/druid/query/QueryMetrics.java:
##########
@@ -333,6 +333,14 @@ default void filterBundle(FilterBundle.BundleInfo 
bundleInfo)
    */
   QueryMetrics<QueryType> reportQueriedSegmentCount(long segmentCount);
 
+  /**
+   * Registers the number of segments scanned by this data node for the query.
+   */
+  default QueryMetrics<QueryType> reportLocalSegmentCount(long segmentCount)

Review Comment:
   @jtuglu1 , could you please add some info in the javadoc of the existing 
`reportQueriedSegmentCount()` metric to clearly distinguish that method from 
`reportLocalSegmentCount()`?



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