TheNeuralBit commented on pull request #13410: URL: https://github.com/apache/beam/pull/13410#issuecomment-750911509
@iemejia We do have a rule that stops you from using APIs that use the default charset implicitly (e.g. `String.getBytes()`), but it doesn't have a problem with the explicit `String.getBytes(Charset.defaultCharset())`. Maybe we could have a rule that blocks even Charset.defaultCharset() and require it to be suppressed ---------------------------------------------------------------- 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]
