[ https://issues.apache.org/jira/browse/FLINK-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu resolved FLINK-14415. ----------------------------- Fix Version/s: 1.10.0 Resolution: Fixed 1.10.0: 27307b4f44d42a4d79a4ee52cb27f4f1581745c1 > 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 > Priority: Major > Labels: pull-request-available > Fix For: 1.10.0 > > Time Spent: 20m > Remaining Estimate: 0h > > {{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)