shauryachats commented on code in PR #17440:
URL: https://github.com/apache/pinot/pull/17440#discussion_r2654001748


##########
pinot-common/src/main/java/org/apache/pinot/common/response/PinotBrokerTimeSeriesResponse.java:
##########
@@ -137,8 +149,14 @@ private static PinotBrokerTimeSeriesResponse 
convertBucketedSeriesBlock(TimeSeri
         result.add(new PinotBrokerTimeSeriesResponse.Value(metricMap, values));
       }
     }
+    if (seriesBlock.getExceptions() != null && 
!seriesBlock.getExceptions().isEmpty()) {

Review Comment:
   Good point. Fixed it so that Prometheus API fails after even one exception.



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