Skip to content

Added in JNI support for out of core sort algorithm [skip ci] - #7381

Merged
rapids-bot[bot] merged 2 commits into
NVIDIA:branch-0.19from
revans2:jni_sort_order
Feb 16, 2021
Merged

Added in JNI support for out of core sort algorithm [skip ci]#7381
rapids-bot[bot] merged 2 commits into
NVIDIA:branch-0.19from
revans2:jni_sort_order

Conversation

@revans2

@revans2 revans2 commented Feb 12, 2021

Copy link
Copy Markdown
Contributor

This makes changes to be able to support out of core sort on the Spark plugin. It adds sort order as an API so sorting that is not out of core does not need to gather columns that are only used for sort ordering.

It adds in versions of lower bound and upper bound that match more closely the APIs for sort so the sort order can be reused between them.

It updates the merge API to take an array of tables not just a list for simpler integration with Scala.

And makes a few minor changes to the sort order class so it can work better with Spark and debugging.

@revans2 revans2 added 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS 4 - Needs cuDF (Java) Reviewer improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 12, 2021
@revans2 revans2 self-assigned this Feb 12, 2021
@revans2
revans2 requested a review from a team as a code owner February 12, 2021 18:40
Comment thread java/src/main/java/ai/rapids/cudf/Table.java Outdated
Comment thread java/src/main/native/src/TableJni.cpp Outdated
Comment thread java/src/main/native/src/TableJni.cpp Outdated
Comment thread java/src/main/native/src/TableJni.cpp Outdated
Comment thread java/src/main/native/src/TableJni.cpp Outdated
@revans2

revans2 commented Feb 16, 2021

Copy link
Copy Markdown
Contributor Author

@gpucibot merge

@rapids-bot
rapids-bot Bot merged commit 083eb2a into NVIDIA:branch-0.19 Feb 16, 2021
@revans2
revans2 deleted the jni_sort_order branch February 16, 2021 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants