[jira] [Created] (FLINK-14415) ValueLiteralExpression#equals should take array value into account

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-14415) ValueLiteralExpression#equals should take array value into account

Shang Yuanchun (Jira)
Jark Wu created FLINK-14415:
-------------------------------

             Summary: ValueLiteralExpression#equals should take array value into account
                 Key: FLINK-14415
                 URL: https://issues.apache.org/jira/browse/FLINK-14415
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
            Reporter: Jark Wu
            Assignee: Jark Wu


{{ValueLiteralExpression#equals}} uses {{Objects.equals}} to check the equality between two value object. Howeveer, the value object might be array object, using {{Object.equals}} will lead to wrong result.



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