Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(joins): Strengthen nullptr check for null aware hash joins with f…
…ilters (facebookincubator#11620) Summary: The mayHaveNulls() method sometimes returns true when there are in fact no nulls. This change will make sure that a nullptr isn't passed to memcpy. Differential Revision: D66333546
- Loading branch information