-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove probe-time null equality parameters in
cudf::hash_join
(#10260)
Closes #9155 This PR removes the probe-time `cudf::null_equality` parameter in `cudf::hash_join` to avoid potential mismatching bugs between building and probing a hash join object. Authors: - Yunsong Wang (https://github.com/PointKernel) - Jason Lowe (https://github.com/jlowe) Approvers: - Conor Hoekstra (https://github.com/codereport) - Robert (Bobby) Evans (https://github.com/revans2) URL: #10260
- Loading branch information
1 parent
6d162b4
commit 2741e6b
Showing
8 changed files
with
128 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.