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

[jira] [Created] (SAMZA-2553) SQL relational table converter SampleRelTableKeyConverter NPE when one of the values is null

Slim Bouguerra created SAMZA-2553:
-------------------------------------

             Summary: SQL relational table converter SampleRelTableKeyConverter NPE when one of the values is null
                 Key: SAMZA-2553
                 URL: https://issues.apache.org/jira/browse/SAMZA-2553
             Project: Samza
          Issue Type: Bug
          Components: sql
            Reporter: Slim Bouguerra


SampleRelTableKeyConverter Throws NPE when one of the values to be converted is null.
{code:java}
return relRecord.getFieldValues().stream().map(Object::toString).collect(Collectors.toList()).get(0);
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)