You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If we do a contains on a column looking for an empty string, if the column data is null a true is returned by the GPU but null is returned by the CPU
Steps/Code to reproduce bug
An integration test is being added for this.
The text was updated successfully, but these errors were encountered:
rapidsai/cudf#5504 fixes this on the cudf side, along with similar issues for startsWith and endsWith all of these can have the special case for empty strings removed.
Describe the bug
If we do a contains on a column looking for an empty string, if the column data is null a true is returned by the GPU but null is returned by the CPU
Steps/Code to reproduce bug
An integration test is being added for this.
The text was updated successfully, but these errors were encountered: