[ 
https://issues.apache.org/jira/browse/BEAM-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547390#comment-17547390
 ] 

Kenneth Knowles commented on BEAM-5868:
---------------------------------------

This issue has been migrated to https://github.com/apache/beam/issues/19151

> Row equality does not work for java data structures (e.g. List).
> ----------------------------------------------------------------
>
>                 Key: BEAM-5868
>                 URL: https://issues.apache.org/jira/browse/BEAM-5868
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Priority: P3
>
> In current implementation, Row's equals uses Objects.deepEquals, which only 
> deeply compare array. For example, List will not be deeply compared because 
> this function will just call List.equals.
> Map might not have the correct equals as well. 
> If there is no other option,  we might need to have a customized deep equal 
> to handle all cases we have. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to