mcvsubbu commented on a change in pull request #3979: Track Indexed timestamp 
across consuming segments
URL: https://github.com/apache/incubator-pinot/pull/3979#discussion_r266506853
 
 

 ##########
 File path: 
pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNative.java
 ##########
 @@ -203,6 +205,27 @@ public void setNumSegmentsMatched(long 
numSegmentsMatched) {
     _numSegmentsMatched = numSegmentsMatched;
   }
 
+  @JsonProperty("numConsumingQueried")
+  public long getNumConsumingQueried() {
+    return _numConsumingQueried;
+  }
+
+  @JsonProperty("numConsumingQueried")
+  public void setNumConsumingQueried(long queried) {
+    _numConsumingQueried = queried;
+  }
+
+  @JsonProperty("minConsumingIndexTs")
 
 Review comment:
   Instead of 'Ts' could we suffix it with Millis (or Seconds, whatever the 
units may be)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to