lukecwik commented on a change in pull request #15329:
URL: https://github.com/apache/beam/pull/15329#discussion_r689812238
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/util/HistogramData.java
##########
@@ -196,7 +189,7 @@ public double p50() {
private synchronized double getLinearInterpolation(double percentile) {
long totalNumOfRecords = getTotalCount();
if (totalNumOfRecords == 0) {
- throw new RuntimeException("histogram has no record.");
Review comment:
User pipelines were hitting this, b/189940287
--
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]