[
https://issues.apache.org/jira/browse/FLINK-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876916#comment-14876916
]
ASF GitHub Bot commented on FLINK-2622:
---------------------------------------
Github user chiwanpark commented on the pull request:
https://github.com/apache/flink/pull/1098#issuecomment-141629844
There is a checkstyle error:
```
[INFO] There is 1 error reported by Checkstyle 6.2 with
/tools/maven/checkstyle.xml ruleset.
[ERROR]
src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java[992]
(regexp) RegexpSinglelineJava: Line has leading space characters; indentation
should be performed with tabs only.
```
> Scala DataStream API does not have writeAsText method which supports WriteMode
> ------------------------------------------------------------------------------
>
> Key: FLINK-2622
> URL: https://issues.apache.org/jira/browse/FLINK-2622
> Project: Flink
> Issue Type: Bug
> Components: Scala API, Streaming
> Reporter: Till Rohrmann
>
> The Scala DataStream API, unlike the Java DataStream API, does not support a
> {{writeAsText}} method which takes the {{WriteMode}} as a parameter. In order
> to make the two APIs consistent, it should be added to the Scala DataStream
> API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)