[GitHub] incubator-flink pull request: New operator map partition function

Posted by zentol on
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/GitHub-incubator-flink-pull-request-New-operator-map-partition-function-tp740p743.html

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

    https://github.com/apache/incubator-flink/pull/42#discussion_r14186207
 
    --- Diff: stratosphere-examples/stratosphere-java-examples/src/main/java/eu/stratosphere/example/java/wordcount/WordCount.java ---
    @@ -59,8 +59,11 @@ public static void main(String[] args) throws Exception {
     
      // get input data
      DataSet<String> text = getTextDataSet(env);
    -
    - DataSet<Tuple2<String, Integer>> counts =
    +
    +
    +
    +
    + DataSet<Tuple2<String, Integer>> counts =
    --- End diff --
   
    Can you remove these blank lines again?


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---