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 2016/03/04 12:34:40 UTC

[jira] [Commented] (FLINK-3578) Scala DataStream API does not support Rich Window Functions

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

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

GitHub user StephanEwen opened a pull request:

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

    [FLINK-3578] Support RichFunctions for Scala Window Function and AllWindowFunction

    This adds support RichFunctions for Scala Window Function and AllWindowFunction.
    RichFunction method calls (`open()`, `close()`, `RuntimeContext`) are properly forwarded.
    
    This also consolidates the various wrapper classes for fold() and reduce() functions.


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

    $ git pull https://github.com/StephanEwen/incubator-flink scala_rich

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

    https://github.com/apache/flink/pull/1765.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 #1765
    
----
commit 7893456c00b37ecdb11d701980700e880636c9fb
Author: Stephan Ewen <se...@apache.org>
Date:   2016-03-04T11:23:45Z

    [FLINK-3578] [streaming scala] Support RichFunctions for Scala WindowFunction and AllWindowFunction
    
    This also consolidates the various wrapper classes for fold() and reduce() functions.

----


> Scala DataStream API does not support Rich Window Functions
> -----------------------------------------------------------
>
>                 Key: FLINK-3578
>                 URL: https://issues.apache.org/jira/browse/FLINK-3578
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.0.0
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Critical
>             Fix For: 1.1.0, 1.0.1
>
>
> The Scala Window functions are currently wrapped in a way that RichFunction method calls are not forwarded.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)