You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yixing Zhang (Jira)" <ji...@apache.org> on 2020/10/22 17:35:00 UTC

[jira] [Created] (SAMZA-2596) Update Table API exceptions to avoid MissingFormatArgumentException

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)