Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/774#discussion_r31703262
--- Diff: docs/apis/programming_guide.md ---
@@ -283,7 +284,7 @@ This will create a new DataSet by converting every
String in the original
set to an Integer. For more information and a list of all the
transformations,
please refer to [Transformations](#transformations).
-Once you have a DataSet that needs to be written to disk you call one
+Once you have a DataSet that needs to be processed further you can call one
--- End diff --
I think I understand why you changes this to "processed further", but it
does not make sense with print(). ;)
Maybe: once you want to write or read a result?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---