PJ Fanning created HADOOP-18957:
-----------------------------------

             Summary: Use StandardCharsets.UTF_8 constant
                 Key: HADOOP-18957
                 URL: https://issues.apache.org/jira/browse/HADOOP-18957
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: PJ Fanning


* there are some places in the code that have to check for 
UnsupportedCharsetException when explicitly using the charset name "UTF-8"
* using StandardCharsets.UTF_8 is more efficient because the Java libs usually 
have to look up the charsets when you provide it as String param instead



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to