You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/07 06:18:45 UTC

[jira] [Commented] (FLINK-2622) Scala DataStream API does not have writeAsText method which supports WriteMode

    [ https://issues.apache.org/jira/browse/FLINK-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733236#comment-14733236 ] 

ASF GitHub Bot commented on FLINK-2622:
---------------------------------------

GitHub user HuangWHWHW opened a pull request:

    https://github.com/apache/flink/pull/1098

    [FLINK-2622][streaming]add WriteMode for writeAsText in DataStream.scala

    Add a parameter writeMode in writeAsText with default setting "null".

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HuangWHWHW/flink FLINK-2622-new

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1098.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1098
    
----
commit 9d260190f016d39b2e7e24afb908b9af6fc1fa6f
Author: HuangWHWHW <40...@qq.com>
Date:   2015-09-07T04:15:18Z

    [FLINK-2622][streaming]add WriteMode for writeAsText in DataStream.scala

----


> 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)