lukecwik commented on code in PR #25551:
URL: https://github.com/apache/beam/pull/25551#discussion_r1110469311
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/data/PCollectionConsumerRegistry.java:
##########
@@ -393,89 +394,58 @@ public double getProgress() {
}
}
- private static class SampleByteSizeDistribution<T> {
+ public static class SampleByteSizeDistribution<T> extends
ElementByteSizeObserver {
Review Comment:
```suggestion
private static class SampleByteSizeDistribution<T> extends
ElementByteSizeObserver {
```
--
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]