GitHub user nssalian opened a pull request:

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

    FLINK-4226: Define Keys using Field Expressions example should use wi…

    Description:
    val wordCounts = words.keyBy("word").reduce(/*window specification*/)
    Should be: 
    val wordCounts = words.keyBy("word").reduce window(/window specification/)
    
    File:
    /flink/docs/apis/common/index.md
    
    Requesting Review.

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

    $ git pull https://github.com/nssalian/flink FLINK-4226

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

    https://github.com/apache/flink/pull/2291.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 #2291
    
----
commit a6bd8e2259f13b868afb97a0ba291ca39629e392
Author: Neelesh Srinivas Salian <nsal...@cloudera.com>
Date:   2016-07-24T23:02:12Z

    FLINK-4226: Define Keys using Field Expressions example should use window 
and not reduce

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to