[
https://issues.apache.org/jira/browse/FLINK-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348797#comment-16348797
]
ASF GitHub Bot commented on FLINK-8345:
---------------------------------------
Github user kl0u commented on a diff in the pull request:
https://github.com/apache/flink/pull/5230#discussion_r165399750
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraphGenerator.java
---
@@ -586,7 +586,7 @@ private StreamGraph
generateInternal(List<StreamTransformation<?>> transformatio
transform.getOutputType(),
transform.getName());
- if (transform.getStateKeySelector1() != null) {
+ if (transform.getStateKeySelector1() != null ||
transform.getStateKeySelector2() != null) {
--- End diff --
Does this, in combination with the comment below on the `DataStreamTest`
mean that you want to move the `DataStreamTest` test in a separate `ITCase`?
> Iterate over keyed state on broadcast side of connect with broadcast.
> ---------------------------------------------------------------------
>
> Key: FLINK-8345
> URL: https://issues.apache.org/jira/browse/FLINK-8345
> Project: Flink
> Issue Type: New Feature
> Components: Streaming
> Affects Versions: 1.5.0
> Reporter: Kostas Kloudas
> Assignee: Kostas Kloudas
> Priority: Major
> Fix For: 1.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)