You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/28 06:16:00 UTC

[jira] [Commented] (FLINK-7660) Support sideOutput in ProcessAllWindowFunction

    [ https://issues.apache.org/jira/browse/FLINK-7660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183719#comment-16183719 ] 

ASF GitHub Bot commented on FLINK-7660:
---------------------------------------

GitHub user bowenli86 opened a pull request:

    https://github.com/apache/flink/pull/4740

    [FLINK-7660][DataStream API/Scala API] Support sideOutput in ProcessAllWindowFunction

    ## What is the purpose of the change
    
    Support sideOutput in ProcessAllWindowFunction
    
    ## Brief change log
    
    changed both java and scala APIs
    
    ## Verifying this change
    
    This change added tests and can be verified as follows:
    
    - `testProcessdWindowFunctionSideOutput()` in `SideOutputITCase.java`
    - `testProcessWindowFunctionSideOutput()` in `SideOutputITCase.scala`
     
    ## 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 / JavaDocs)
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bowenli86/flink FLINK-7660

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4740.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 #4740
    
----
commit c5716edb64ed7f7ff6dda7bf48b2f90e9a80cd07
Author: Bowen Li <bo...@gmail.com>
Date:   2017-09-28T06:09:20Z

    [FLINK-7660] Support sideOutput in ProcessAllWindowFunction

----


> Support sideOutput in ProcessAllWindowFunction
> ----------------------------------------------
>
>                 Key: FLINK-7660
>                 URL: https://issues.apache.org/jira/browse/FLINK-7660
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataStream API, Scala API
>            Reporter: Bowen Li
>            Assignee: Bowen Li
>             Fix For: 1.4.0
>
>
> Add side output support to ProcessAllWindow functions.
> This is a sibling ticket for FLINK-7635



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)