Skip to content

fix null join key handling in hash join - #7238

Merged
nwt merged 1 commit into
mainfrom
hash-join-null-key
Aug 26, 2026
Merged

fix null join key handling in hash join#7238
nwt merged 1 commit into
mainfrom
hash-join-null-key

Conversation

@nwt

@nwt nwt commented Aug 24, 2026

Copy link
Copy Markdown
Member

The hash join implementation considers join keys to be matching if both are null. Per SQL they do not match so fix that.

Fixes #7223.

@nwt
nwt requested a review from a team August 24, 2026 15:07
@nwt
nwt marked this pull request as draft August 24, 2026 15:33
The hash join implementation considers join keys to be matching if both
are null.  Per SQL they do not match so fix this.
@nwt
nwt force-pushed the hash-join-null-key branch from 9212301 to c077586 Compare August 26, 2026 01:09
@nwt
nwt marked this pull request as ready for review August 26, 2026 01:11
@nwt
nwt merged commit aadf4e6 into main Aug 26, 2026
2 checks passed
@nwt
nwt deleted the hash-join-null-key branch August 26, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"NULL=NULL" handled incorrectly as join predicate

2 participants