You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "TisonKun (JIRA)" <ji...@apache.org> on 2018/11/19 08:56:00 UTC

[jira] [Commented] (FLINK-10924) StreamExecutionEnvironment method javadocs incorrect in regards to used charset

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

TisonKun commented on FLINK-10924:
----------------------------------

Start to digging and correcting in hours.

> StreamExecutionEnvironment method javadocs incorrect in regards to used charset
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-10924
>                 URL: https://issues.apache.org/jira/browse/FLINK-10924
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation, Streaming
>    Affects Versions: 1.3.3, 1.4.2, 1.5.5, 1.6.2, 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: TisonKun
>            Priority: Major
>
> Various methods of the {{StreamExecutionEnvironment}} (like [readTextFile|https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java#L939]) are documented to be using the system's default charset if none is specified.
> This is incorrect as they default to UTF-8 instead. The javadocs should be updated to reflect this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)