You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fhueske <gi...@git.apache.org> on 2017/06/29 10:43:10 UTC

[GitHub] flink pull request #2761: [FLINK-3551] [examples] Sync Scala Streaming Examp...

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2761#discussion_r124658613
  
    --- Diff: flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/GroupedProcessingTimeWindowExample.java ---
    @@ -34,49 +34,17 @@
     import static java.util.concurrent.TimeUnit.MILLISECONDS;
     
     /**
    - * Example of grouped processing time windows.
    + * An example of grouped stream windowing into sliding time windows.
    + * This example uses [[RichParallelSourceFunction]] to generate a list of key-value pair.
    --- End diff --
    
    +s -> `... list of key-value pairs.`


---
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.
---