Ismaël Mejía created BEAM-9041: ---------------------------------- Summary: SchemaCoder equals should not rely on fromRow/toRow equality Key: BEAM-9041 URL: https://issues.apache.org/jira/browse/BEAM-9041 Project: Beam Issue Type: Improvement Components: sdk-java-core Reporter: Ismaël Mejía Assignee: Ismaël Mejía
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)