NVIDIA / NVIDIA/cudf

[FEA][JNI] Add JNI bindings for cudf::split

Open
#13,182 1 comment 0 reactions 1 assignee Claimed by @abellina View on GitHub
0 - Backlog feature request Java Spark
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

In order to test scenarios where non-contiguous split would be more appropriate than `cudf::contiguous_split` (e.g. potentially for large tables where a contiguous split would force large allocations per split), I would like to add JNI bindings to `cudf::split`.

I have this coded up, but I do need to add a test. I should have a PR today or tomorrow at the latest.

Proposing `splitAndCopy` at the `Table` level, which means we would copy the table views returned by `cudf::split` to make them owning tables.

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.