You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (Jira)" <ji...@apache.org> on 2020/01/03 00:03:00 UTC

[jira] [Updated] (BEAM-9041) SchemaCoder equals should not rely on from/toRowFunction equality

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

Ismaël Mejía updated BEAM-9041:
-------------------------------
    Summary: SchemaCoder equals should not rely on from/toRowFunction equality  (was: SchemaCoder equals should not rely on fromRow/toRow equality)

> SchemaCoder equals should not rely on from/toRowFunction equality
> -----------------------------------------------------------------
>
>                 Key: BEAM-9041
>                 URL: https://issues.apache.org/jira/browse/BEAM-9041
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>             Fix For: 2.18.0
>
>
> SchemaCoder equals implementation relies on SerializableFunction equals method, this is error-prone because users rarely implement the equals method for a SerializableFunction. One alternative would be to rely on bytes equality for this.



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