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/09/18 05:50:50 UTC

[GitHub] XuQianJin-Stars commented on issue #6710: [FLINK-10134] UTF-16 support for TextInputFormat bug fixed

XuQianJin-Stars commented on issue #6710: [FLINK-10134] UTF-16 support for TextInputFormat bug fixed
URL: https://github.com/apache/flink/pull/6710#issuecomment-422263671
 
 
   1. I add file bom charset check in FileInputFormat.java  
   2. I add the bomCharsetName variable in DelimitedInputFormat.java.
   3.In TextInputFormat, if the current encoding conflicts with the BOM encoding, the BOM encoding is the standard, and if no conflict occurs, the set encoding is the standard.

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