ravishankar15 commented on code in PR #9060:
URL: https://github.com/apache/pinot/pull/9060#discussion_r922637650


##########
pinot-common/src/main/java/org/apache/pinot/common/utils/DataTable.java:
##########
@@ -103,7 +103,7 @@ enum MetadataKey {
     NUM_SEGMENTS_QUERIED("numSegmentsQueried", MetadataValueType.INT),
     NUM_SEGMENTS_PROCESSED("numSegmentsProcessed", MetadataValueType.INT),
     NUM_SEGMENTS_MATCHED("numSegmentsMatched", MetadataValueType.INT),
-    NUM_CONSUMING_SEGMENTS_PROCESSED("numConsumingSegmentsProcessed", 
MetadataValueType.INT),

Review Comment:
   @siddharthteotia 
   In the API response we where showing numConsumingSegmentsQueried which was 
computed using the key NUM_CONSUMING_SEGMENTS_PROCESSED. As part of this PR we 
are correcting **only the variable names which was incorrectly used not the API 
response** so as per my understanding there should not be any compatibility 
issue related to the same.
   



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