hailong wang created FLINK-19906: ------------------------------------ Summary: Incorrect result when compare two binary field Key: FLINK-19906 URL: https://issues.apache.org/jira/browse/FLINK-19906 Project: Flink Issue Type: Bug Components: Table SQL / Planner Affects Versions: 1.11.0 Reporter: hailong wang Fix For: 1.12.0, 1.11.3
Currently, we use `Arrays.equals()` function to compare two binary fields in ScalarOperatorGens#generateComparison. This will lead to the Incorrect result in '<', '>', '>=', '<=' operator. -- This message was sent by Atlassian Jira (v8.3.4#803005)