Github user ikashperskyi commented on the issue:

    https://github.com/apache/storm/pull/1822
  
    @harshach @HeartSaVioR I feel there's more to it than that. My assumption 
now is only 1 field is declared because we're falling back to only 
deserialising the message given a null key. If we were to declare both fields 
the actual deserialisation should look like: 
    return new Values(key == null ? StringUtils.EMPTY : deserializeString(key), 
deserializeString(value));
    I'll adjust my PR if you agree that this is the way to go.


---
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.
---

Reply via email to