You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 whennull_equals_null
was true. But it also used theOperator::Eq
which does not consider nulls equal.To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: