Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1098#discussion_r39175337
--- Diff:
flink-staging/flink-streaming/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/DataStream.scala
---
@@ -727,13 +727,118 @@ class DataStream[T](javaStream: JavaStream[T]) {
* every element of the DataStream the result of .toString
* is written.
*
+ * @param writeMode
+ * Control the behavior for existing files. Options are
+ * NO_OVERWRITE and OVERWRITE.
+ *
+ */
+ def writeAsText(
--- End diff --
This method does not have a `millis` parameter. Please fix the
documentation.
---
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.
---