kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Avoid discarding null on key vectors in hash join

Open andyfengHKU opened this issue 1 year ago • 0 comments

We discard null join keys in optional match. This is expected for probing step but the discarded result should not be reflected on key vectors. The correct solution is to create an addition selection vector holding discarded position

andyfengHKU avatar Aug 29 '23 18:08 andyfengHKU