Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a mask data corruption in UDF (rapidsai#12647)
This PR fixes a mask data corruption issue encountered while working on rapidsai#12619. `column_empty` actually returns un-initialized values, but we would want a fully initialized mask column here. Hence it is very inconsistent to test for a failure here, which is the reason it has been passing in CI and many of the local builds. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - https://github.com/brandon-b-miller - Ashwin Srinath (https://github.com/shwina) URL: rapidsai#12647
- Loading branch information