You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by nssalian <gi...@git.apache.org> on 2016/07/24 23:05:47 UTC

[GitHub] flink pull request #2291: FLINK-4226: Define Keys using Field Expressions ex...

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\u2026

    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 <ns...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #2291: [FLINK-4226] Typo: Define Keys using Field Express...

Posted by nssalian <gi...@git.apache.org>.
Github user nssalian closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #2291: [FLINK-4226] Typo: Define Keys using Field Expressions ex...

Posted by gallenvara <gi...@git.apache.org>.
Github user gallenvara commented on the issue:

    https://github.com/apache/flink/pull/2291
  
    Hi @nssalian , welcome to join the community.  :)
    This PR may be duplicate to [#2261](https://github.com/apache/flink/pull/2261) for the same issue. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #2291: [FLINK-4226] Typo: Define Keys using Field Expressions ex...

Posted by nssalian <gi...@git.apache.org>.
Github user nssalian commented on the issue:

    https://github.com/apache/flink/pull/2291
  
    Thanks @gallenvara. I'll close in favor of #2261 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---