Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HashJoin for nested types give wrong results #11233

Closed
eejbyfeldt opened this issue Jul 2, 2024 · 0 comments · Fixed by #11232
Closed

HashJoin for nested types give wrong results #11233

eejbyfeldt opened this issue Jul 2, 2024 · 0 comments · Fixed by #11232
Labels
bug Something isn't working

Comments

@eejbyfeldt
Copy link
Contributor

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

@eejbyfeldt eejbyfeldt added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant