fapaul commented on a change in pull request #16796:
URL: https://github.com/apache/flink/pull/16796#discussion_r688510312
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/sink/SinkOperatorFactory.java
##########
@@ -44,7 +45,7 @@
extends AbstractStreamOperatorFactory<byte[]>
implements OneInputStreamOperatorFactory<InputT, byte[]>,
YieldingOperatorFactory<byte[]> {
- private final Sink<InputT, CommT, WriterStateT, ?> sink;
+ @VisibleForTesting public final Sink<InputT, CommT, WriterStateT, ?> sink;
Review comment:
I created a getter which is anotated. Is this what you mean?
--
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]