[
https://issues.apache.org/jira/browse/BEAM-11327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omar Ismail updated BEAM-11327:
-------------------------------
Summary: Replace Charset.defaultCharset() with StandardCharsets.UTF_8
(was: Replace getBytes(Charset.defaultCharset()) to getBytes("UTF8"))
> Replace Charset.defaultCharset() with StandardCharsets.UTF_8
> ------------------------------------------------------------
>
> Key: BEAM-11327
> URL: https://issues.apache.org/jira/browse/BEAM-11327
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Omar Ismail
> Assignee: Omar Ismail
> Priority: P2
>
> When running tests where `getBytes(Charset.defaultCharset())` is called, and
> `locale` is not set to "UTF8", the test fails.
>
> I am going to replace all mentions of this to `getBytes("UTF8")` so testing
> is not affected my computer settings.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)