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

Support nested types in HashJoin #621

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

Support nested types in HashJoin #621

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

Comments

@eejbyfeldt
Copy link
Contributor

Describe the bug

Datafusion currently does not support nested types in HashJoin, this was discovered in #620 (comment) and a guard was added to prevent runtime failures.

Steps to reproduce

No response

Expected behavior

No response

Additional context

When we upgrade to the next datafusion containing apache/datafusion#11117 and apache/datafusion#11232 we can remove this guard.

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