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/04/04 07:30:42 UTC

[jira] [Commented] (FLINK-6254) Consolidate late data methods on PatternStream and WindowedStream

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

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

GitHub user kl0u opened a pull request:

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

    [FLINK-6254] [cep] Same method name for late data outputs on PatternStream and windowing.

    

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

    $ git pull https://github.com/kl0u/flink cep-late-consolidation

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

    https://github.com/apache/flink/pull/3668.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 #3668
    
----
commit f24b0eba9d82ea91f5d44e747e8a64e94cb71cd5
Author: kl0u <kk...@gmail.com>
Date:   2017-04-03T15:39:02Z

    [FLINK-6254] [cep] Same method name for late data outputs on PatternStream and WindowedStream

----


> Consolidate late data methods on PatternStream and WindowedStream
> -----------------------------------------------------------------
>
>                 Key: FLINK-6254
>                 URL: https://issues.apache.org/jira/browse/FLINK-6254
>             Project: Flink
>          Issue Type: Improvement
>          Components: CEP
>            Reporter: Aljoscha Krettek
>            Assignee: Kostas Kloudas
>            Priority: Blocker
>             Fix For: 1.3.0
>
>
> {{WindowedStream}} has {{sideOutputLateData(OutputTag<T> outputTag)}} while {{PatternStream}} has {{withLateDataOutputTag(OutputTag<T> outputTag)}}.
> {{WindowedStream}} had the method first so we should stick to that naming scheme.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)