reswqa commented on code in PR #24701:
URL: https://github.com/apache/flink/pull/24701#discussion_r1575741075
##########
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/TestingBufferPool.java:
##########
@@ -347,7 +347,7 @@ public static class Builder {
private Supplier<CompletableFuture<?>> getAvailableFutureSupplier = ()
-> AVAILABLE;
- private Builder() {}
+ public Builder() {}
Review Comment:
Why we need this change? We should have a public method to create the
builder.
--
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]