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

Add null-equals-null JOIN support in Substrait producer/consumer #5084

Closed
nseekhao opened this issue Jan 26, 2023 · 0 comments · Fixed by #5085
Closed

Add null-equals-null JOIN support in Substrait producer/consumer #5084

nseekhao opened this issue Jan 26, 2023 · 0 comments · Fixed by #5085
Labels
enhancement New feature or request

Comments

@nseekhao
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DataFusion Substrait producer/consumer currently does not support JOINs that treat a NULL key as the same value as another NULL key. This is needed in cases such as INTERSECT, which uses LeftSemi Join to compute the key intersection. In this case, a NULL key from the left should be treated as equal to a NULL key from the right.

Describe the solution you'd like
Support for null-equals-null joins

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant