GitHub user xhumanoid opened a pull request:
https://github.com/apache/incubator-beam/pull/1322
fix exception during formatting
reportError make internal string formatting and sometime return error
because can't find args for pattern.
java.util.MissingFormatArgumentException: Format specifier '%s'
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xhumanoid/incubator-beam fix_string_format
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/1322.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 #1322
----
commit 752a8da377d8bb17a61826bd7e00bd3798c23881
Author: Alexey Diomin <[email protected]>
Date: 2016-11-09T19:10:40Z
fix exception during formatting
java.util.MissingFormatArgumentException: Format specifier '%s'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---