You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/21 13:50:19 UTC

[GitHub] zentol commented on issue #7143: [FLINK-10924] [javadoc] StreamExecutionEnvironment method javadocs in…

zentol commented on issue #7143: [FLINK-10924] [javadoc] StreamExecutionEnvironment method javadocs in…
URL: https://github.com/apache/flink/pull/7143#issuecomment-440668272
 
 
   You had to look at the underlying implementation to find that out. The socket sources use an `InputStreamReader` that **always** uses the platforms' character set. The same issue applies to the `FileReadFunction` that is used by `StreamExecutionEnvironment#readFileStream`, which thus also doesn't default to UTF-8.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services