pnowojski commented on a change in pull request #11098: [FLINK-16060][task]
Implement working StreamMultipleInputProcessor
URL: https://github.com/apache/flink/pull/11098#discussion_r383377827
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/SingleOutputStreamOperator.java
##########
@@ -59,7 +59,7 @@
private boolean wasSplitApplied = false;
- protected SingleOutputStreamOperator(StreamExecutionEnvironment
environment, Transformation<T> transformation) {
+ public SingleOutputStreamOperator(StreamExecutionEnvironment
environment, Transformation<T> transformation) {
Review comment:
actually not :) This constructor is the only way to actually use the
`MutlipleInputTransformation`. But as this is a `@Public` class, good that you
are rising this issue.
@aljoscha you might want to voice your opinion about this and the first
commit of this PR in general.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services