HeartSaVioR opened a new pull request #25335: [SPARK-28601][CORE] Use 
StandardCharsets.UTF_8 instead of "UTF-8" string representation
URL: https://github.com/apache/spark/pull/25335
 
 
   ## What changes were proposed in this pull request?
   
   This patch tries to keep consistency whenever UTF-8 charset is needed, as 
using `StandardCharsets.UTF_8` instead of using "UTF-8". If the String type is 
needed, `StandardCharsets.UTF_8.name()` is used.
   
   ## How was this patch tested?
   
   Existing unit tests.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to