Yixing Zhang created SAMZA-2596:
-----------------------------------
Summary: Update Table API exceptions to avoid
MissingFormatArgumentException
Key: SAMZA-2596
URL: https://issues.apache.org/jira/browse/SAMZA-2596
Project: Samza
Issue Type: Improvement
Reporter: Yixing Zhang
Assignee: Yixing Zhang
We are using String.format to create exception message in Table API. If the key
contains something like "%3A", the String.format() method would throw:
Caused by: java.util.MissingFormatArgumentException: Format specifier '%3A'
Then, the actual exception would be hidden by this new exception.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)