[
https://issues.apache.org/jira/browse/FLINK-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214329#comment-16214329
]
ASF GitHub Bot commented on FLINK-7864:
---------------------------------------
GitHub user bowenli86 reopened a pull request:
https://github.com/apache/flink/pull/4881
[FLINK-7864] [DataStream API] Support side-outputs in CoProcessFunction
## What is the purpose of the change
Support side-outputs in CoProcessFunction
## Brief change log
- Support side-outputs in CoProcessFunction
- Added integration tests
## Verifying this change
This change added tests and can be verified as follows:
- *Added integration tests for CoProcessFunction*
## Does this pull request potentially affect one of the following parts:
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (yes)
## Documentation
- Does this pull request introduce a new feature? (yes)
- If yes, how is the feature documented? (docs)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink FLINK-7864
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4881.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 #4881
----
commit 4e77bfef00464875cd7e1846c19a0d7edb502c5e
Author: Bowen Li <[email protected]>
Date: 2017-10-22T08:57:43Z
[FLINK-7864] Support side-outputs in CoProcessFunction
commit e5a83e89a2c6b7a358d333ea38cd8a23028c4fda
Author: Bowen Li <[email protected]>
Date: 2017-10-22T14:05:58Z
update comments
commit 3e8d7ad7b5c610e8dbf9e531897f423829c109c2
Author: Bowen Li <[email protected]>
Date: 2017-10-22T14:26:37Z
update comments
----
> Support side-outputs in CoProcessFunction
> -----------------------------------------
>
> Key: FLINK-7864
> URL: https://issues.apache.org/jira/browse/FLINK-7864
> Project: Flink
> Issue Type: Improvement
> Components: DataStream API
> Reporter: Aljoscha Krettek
> Assignee: Bowen Li
> Fix For: 1.4.0
>
>
> We forgot to add support for side-outputs when we added that to
> {{ProcessFunction}}. Should be as easy as adding it to the {{Context}} and
> wiring it in.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)