[
https://issues.apache.org/jira/browse/FLINK-3659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15208159#comment-15208159
]
ASF GitHub Bot commented on FLINK-3659:
---------------------------------------
GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/1831
[FLINK-3659] Allow ConnectedStreams to Be Keyed on Only One Side
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink connected-streams-relax
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1831.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1831
----
commit a2cdff381927d36f4334174a1f91df01bc3ef7ed
Author: Aljoscha Krettek <[email protected]>
Date: 2016-03-23T09:57:42Z
[FLINK-3659] Allow ConnectedStreams to Be Keyed on Only One Side
----
> Allow ConnectedStreams to Be Keyed on Only One Side
> ---------------------------------------------------
>
> Key: FLINK-3659
> URL: https://issues.apache.org/jira/browse/FLINK-3659
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Affects Versions: 1.0.0
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
>
> Currently, we only allow partitioned state when both inputs are keyed (with
> the same key type). I think a valid use case is to have only one side keyed
> and have the other side broadcast to publish some updates that are relevant
> for all keys.
> When relaxing the requirement to have only one side keyed we must still
> ensure that the same key is used if both sides are keyed.
> [~gyfora] Did you try this with what you're working on?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)