Sergey Nuyanzin created FLINK-24820:
---------------------------------------
Summary: Examples in documentation for value1 IS DISTINCT FROM
value2 are wrong
Key: FLINK-24820
URL: https://issues.apache.org/jira/browse/FLINK-24820
Project: Flink
Issue Type: Bug
Components: Documentation
Affects Versions: 1.13.3, 1.14.0
Reporter: Sergey Nuyanzin
Currently it is stated in docs for {{value1 IS DISTINCT FROM value2}}
{quote}
E.g., 1 IS NOT DISTINCT FROM NULL returns TRUE; NULL IS NOT DISTINCT FROM NULL
returns FALSE.
{quote}
In fact they return opposite values.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)