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)