Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove java ColumnView.copyWithBooleanColumnAsValidity #16660

Conversation

revans2
Copy link
Contributor

@revans2 revans2 commented Aug 26, 2024

Description

This depends on NVIDIA/spark-rapids#11399

Essentially ifElse is faster than this API and this API is not safe to use generically.

NVIDIA/spark-rapids#11397 (comment)

So I am removing it after replacing all calls to it with calls to ifElse/cudf::copy_if_else

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added bug Something isn't working 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. breaking Breaking change cuDF (Java) labels Aug 26, 2024
@revans2 revans2 requested a review from a team as a code owner August 26, 2024 19:44
Copy link
Contributor

@abellina abellina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a copyright change

@@ -6395,46 +6395,6 @@ void testReplaceSameIndexColumnInStruct() {
assertTrue(e.getMessage().contains("Duplicate mapping found for replacing child index"));
}

@Test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copyrights need updated

@ttnghia
Copy link
Contributor

ttnghia commented Sep 1, 2024

/merge

@rapids-bot rapids-bot bot merged commit 7605958 into rapidsai:branch-24.10 Sep 1, 2024
85 checks passed
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 breaking Breaking change bug Something isn't working Java Affects Java cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants