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/10/22 16:29:00 UTC

[jira] [Commented] (FLINK-6245) Fix late side output documentation in Window documents.

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

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

GitHub user bowenli86 opened a pull request:

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

    [FLINK-6245] Fix late side output documentation in Window documents.

    ## What is the purpose of the change
    
    There are two things that need to be done:
    
    1) in the syntax description in the beginning of the page, we should also include the {{getSideOutput()}}
    
    2) in the "Getting late data as a side output" section and for the Java example, it should not be a {{DataStream<T> result ...}} but a {{SingleOutputStreamOperator}}, if we want to get the late event side output.
    
    ## Brief change log
    
    Fix docs
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ## Does this pull request potentially affect one of the following parts:
    
    none
    
    ## Documentation
    
    none
    


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

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

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

    https://github.com/apache/flink/pull/4882.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 #4882
    
----
commit 9a094341be894dd3f37a7fe4eaf126172b0c8dd7
Author: Bowen Li <bo...@gmail.com>
Date:   2017-10-22T16:27:09Z

    [FLINK-6245] Fix late side output documentation in Window documents.

----


> Fix late side output documentation in Window documents.
> -------------------------------------------------------
>
>                 Key: FLINK-6245
>                 URL: https://issues.apache.org/jira/browse/FLINK-6245
>             Project: Flink
>          Issue Type: Bug
>          Components: DataStream API, Documentation
>    Affects Versions: 1.3.0
>            Reporter: Kostas Kloudas
>            Assignee: Bowen Li
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> There are two things that need to be done:
> 1) in the syntax description in the beginning of the page, we should also include the {{getSideOutput()}}
> 2) in the "Getting late data as a side output" section and for the Java example, it should not be a {{DataStream<T> result ...}} but a {{SingleOutputStreamOperator}}, if we want to get the late event side output.



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