[
https://issues.apache.org/jira/browse/BEAM-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137493#comment-17137493
]
Beam JIRA Bot commented on BEAM-5868:
-------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> 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.3.4#803005)