Closed vbarua closed 1 year ago
The output of IS NOT DISTINCT FROM
is never nullable. This PR updates the definition of the function in the spec to DECLARED_OUTPUT
in order to match this behaviour (the default is MIRROR
which has a null output if any of the inputs is null).
BREAKING CHANGE: nullability of is_not_distinct_from has changed