[
https://issues.apache.org/jira/browse/BEAM-11327?focusedWorklogId=516232&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-516232
]
ASF GitHub Bot logged work on BEAM-11327:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Nov/20 16:31
Start Date: 24/Nov/20 16:31
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #13410:
URL: https://github.com/apache/beam/pull/13410#issuecomment-733093034
> Apparently even with this fix in place the project as a whole still has
character encoding problems.
That issue is very much constrained to XmlIO, let's not throw out the whole
project over it ;)
That comment dates back almost to the original contribution of Beam as the
Dataflow SDK! We're using woodstox 4.4.1 which came out in Sep 2014. Maybe this
is a simple as upgrading woodstox? It looks like BEAM-10883 is tracking that
issue, I'll comment over there.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 516232)
Time Spent: 1h (was: 50m)
> 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
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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 `Charset.defaultCharset()` to
> `StandardCharsets.UTF_8` so testing is not affected my computer settings.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)