You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "hailong wang (Jira)" <ji...@apache.org> on 2020/10/31 16:20:00 UTC

[jira] [Created] (FLINK-19906) Incorrect result when compare two binary field

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)