NVIDIA / NVIDIA/cudf

[FEA] Implement Java/JNI function `applyNullMask`

Open
#16,764 2 comments 0 reactions 0 assignees View on GitHub
feature request good first issue Java Spark
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

We need a function in Java/JNI to apply a null mask onto some provided input column. This functionality is used a lot in Spark-rapids plugin.

Currently, we can achieve this using `copy_if_else` but we have to create and provide a null scalar for the `else` (if not valid) option, which is a bit inconvenient and incurs additional maintenance overhead.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.