NVIDIA / NVIDIA/cudf

[FEA] Add alternate handling for all null list in join_list_elements

Open
#12,766 0 comments 0 reactions 1 assignee Claimed by @ttnghia View on GitHub
0 - Backlog feature request libcudf
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

**Is your feature request related to a problem? Please describe.**
All null list is considered as empty list as special handling in `join_list_elements` API.
But this special handling may not be required by all the users.

**Describe the solution you'd like**
Provide an option to skip this special handling.

**Describe alternatives you've considered**
Replace all nulls in child columns with `"null"` before using `join_list_elements` API. But it incurs extra memory and compute time.

**Additional context**
https://github.com/rapidsai/cudf/pull/12767 workaround due to this special handling.

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.