Skip to content

HashJoin for nested types give wrong results #11233

@eejbyfeldt

Description

@eejbyfeldt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions