You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2019/08/02 06:34:00 UTC

[jira] [Created] (SPARK-28601) Use StandardCharsets.UTF_8 instead of "UTF-8" string representation

Jungtaek Lim created SPARK-28601:
------------------------------------

             Summary: Use StandardCharsets.UTF_8 instead of "UTF-8" string representation
                 Key: SPARK-28601
                 URL: https://issues.apache.org/jira/browse/SPARK-28601
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.0.0
            Reporter: Jungtaek Lim


Spark codebase uses both "UTF-8" and StandardCharsets.UTF_8 which StandardCharsets.UTF_8 is used majorly. It would be better to try keeping consistency, using StandardCharsets.UTF_8 whenever possible.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org