Describe the bug
In #11117 hash join was extended to handled nested types. The fixed contained a small issues around handling of null_equals_null where it only used the new compare function when null_equals_null was true. But it also used the Operator::Eq which does not consider nulls equal.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
In #11117 hash join was extended to handled nested types. The fixed contained a small issues around handling of
null_equals_nullwhere it only used the new compare function whennull_equals_nullwas true. But it also used theOperator::Eqwhich does not consider nulls equal.To Reproduce
No response
Expected behavior
No response
Additional context
No response