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/31 00:42:00 UTC

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

     [ https://issues.apache.org/jira/browse/SAMZA-2596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yixing Zhang resolved SAMZA-2596.
---------------------------------
    Resolution: Fixed

merged PR: https://github.com/apache/samza/pull/1435

> 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
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)