You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Luke Cwik (Jira)" <ji...@apache.org> on 2019/10/29 23:04:00 UTC

[jira] [Created] (BEAM-8515) Ensure that ValueProvider types have equals/hashCode implemented for comparison reasons

Luke Cwik created BEAM-8515:
-------------------------------

             Summary: Ensure that ValueProvider types have equals/hashCode implemented for comparison reasons
                 Key: BEAM-8515
                 URL: https://issues.apache.org/jira/browse/BEAM-8515
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Luke Cwik
            Assignee: Luke Cwik


Currently ValueProviders don't implement equality which means they only have instance equality.

 

This is not great if since we want to support using them as keys within maps or as fields within objects which are used as keys within maps.



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