[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-25 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1392#issuecomment-159682996 +1 to merge --- 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

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-25 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1392#issuecomment-159747567 Will merge this PR. --- 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

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1392 --- 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

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-25 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/1392#issuecomment-159692006 Love it! +1 --- 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

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-24 Thread jaoki
Github user jaoki commented on a diff in the pull request: https://github.com/apache/flink/pull/1392#discussion_r45791866 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/DataSet.java --- @@ -1343,10 +1343,34 @@ public long count() throws Exception { //

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-24 Thread jaoki
Github user jaoki commented on a diff in the pull request: https://github.com/apache/flink/pull/1392#discussion_r45792220 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/DataSet.java --- @@ -1343,10 +1343,34 @@ public long count() throws Exception { //

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-23 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1392#discussion_r45580248 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/DataSet.java --- @@ -1343,10 +1343,34 @@ public long count() throws Exception { //

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-23 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1392#discussion_r45580214 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/DataSet.java --- @@ -1343,10 +1343,34 @@ public long count() throws Exception { //

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-23 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1392#issuecomment-158877137 Thanks for improving this. The docs were not obvious, and your change makes it much better. I added two comments, otherwise this looks good to me. --- If

[GitHub] flink pull request: [FLINK-3059] Javadoc fix for DataSet.writeAsTe...

2015-11-22 Thread jaoki
GitHub user jaoki opened a pull request: https://github.com/apache/flink/pull/1392 [FLINK-3059] Javadoc fix for DataSet.writeAsText() Currently writeAsText() in javadoc states it simply generates a file, but this is not always true and it depends on the environment