dawidwys commented on a change in pull request #14312:
URL: https://github.com/apache/flink/pull/14312#discussion_r540228829



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/translators/TwoInputTransformationTranslator.java
##########
@@ -45,7 +46,11 @@
                boolean isKeyed =
                        transformation.getStateKeySelector1() != null && 
transformation.getStateKeySelector2() != null;
                if (isKeyed) {

Review comment:
       Yes, I'd do it that way. Otherwise I'd proceed with 
https://github.com/apache/flink/pull/14324. The current state leads to possibly 
corrupted results.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to