StephanEwen commented on pull request #15438:
URL: https://github.com/apache/flink/pull/15438#issuecomment-811835743


   Good fix, thanks.
   
   Instead of using `Charset.forName("UTF-8")`, why not use 
`StandardCharsets.UTF_8`? That is a minor improvement to make it more 
compile-time safe (against accidental wrong strings).
   
   Otherwise, +1 to this change


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


Reply via email to