GitHub user jkff opened a pull request:
https://github.com/apache/beam/pull/4060
[BEAM-3054] Uses locale-insensitive number formatting in ESIO and tests
The ESIO5 test framework will randomly switch the locale of the current
test, and hence it discovered this bug: this is an actual bug.
This commit switches %d to %s where appropriate, i.e. where a
machine-readable decimal number in US locale is required.
R: @echauchot
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkff/incubator-beam esio-locale
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/4060.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4060
----
commit e647a961669c0afca3ece4194f99d8d1ea5fd52d
Author: Eugene Kirpichov <[email protected]>
Date: 2017-10-31T01:48:48Z
[BEAM-3054] Uses locale-insensitive number formatting in ESIO and tests
The ESIO5 test framework will randomly switch the locale of the current
test, and hence it discovered this bug: this is an actual bug.
This commit switches %d to %s where appropriate, i.e. where a
machine-readable decimal number in US locale is required.
----
---