-
Notifications
You must be signed in to change notification settings - Fork 242
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
Revert Null Join Filter #745
Conversation
NVIDIA#594)" This reverts commit df00904.
Signed-off-by: Robert (Bobby) Evans <[email protected]>
build |
I reran all of the tpc-ds tests and scale factor 1 and they all pass now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunate that some nice code cleanup is also getting reverted with this.
I plan on putting this back in again for 0.3 once I have more then an hour to try and figure out what is happening. |
Actually now that this is getting punted to 0.3 and thus cudf-0.16, I wonder if we should focus our efforts on implementing the fix in libcudf as mentioned by rapidsai/cudf#6052 (comment). I think that would be the preferred solution from a performance and code complexity perspective. |
* Revert "Filter nulls from joins where possible to improve performance. (NVIDIA#594)" This reverts commit df00904. * Fix tests to run Signed-off-by: Robert (Bobby) Evans <[email protected]>
* Revert "Filter nulls from joins where possible to improve performance. (NVIDIA#594)" This reverts commit df00904. * Fix tests to run Signed-off-by: Robert (Bobby) Evans <[email protected]>
[auto-merge] bot-auto-merge-branch-22.12 to branch-23.02 [skip ci] [bot]
This fixes #744
This reverts #594
It appears that I missed something when I put in the original change and I cannot think of what I did wrong quickly, so I am going to revert this for 0.2 and reopen the original issue so I can try again in 0.3