ankitsultana commented on code in PR #17440:
URL: https://github.com/apache/pinot/pull/17440#discussion_r2653890816
##########
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:
Hmm not every exception should get mapped to a warning?
--
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]