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

Move HostConcatResultUtil out of unshimmed classes #5614

Merged
merged 3 commits into from
May 25, 2022

Conversation

gerashegalov
Copy link
Collaborator

Don't use ai.rapidsai.cudf package for spark-rapids Scala classes. Otherwise it is going to be loaded by conventional classloader and fail to load referenced classes out of the shimmed areas.

  • Move the class
  • add a smoking test to prevent this sort of regressions in premerge

Closes #5513.

Depends on rapidsai/cudf#10949

Signed-off-by: Gera Shegalov gera@apache.org

Don't use ai.rapidsai.cudf package for spark-rapids Scala classes.
Otherwise it is attempted to be loaded by conventional classloader

Signed-off-by: Gera Shegalov <gera@apache.org>
@gerashegalov gerashegalov self-assigned this May 24, 2022
@gerashegalov gerashegalov added the bug Something isn't working label May 24, 2022
@gerashegalov gerashegalov added this to the May 23 - Jun 3 milestone May 24, 2022
@gerashegalov gerashegalov added the P0 Must have for release label May 24, 2022
abellina
abellina previously approved these changes May 24, 2022
Copy link
Collaborator

@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.

Thanks for fixing this @gerashegalov

Signed-off-by: Gera Shegalov <gera@apache.org>
@gerashegalov gerashegalov dismissed stale reviews from jlowe and abellina via c88cd5e May 24, 2022 19:14
@gerashegalov
Copy link
Collaborator Author

build

@gerashegalov gerashegalov merged commit c588a1f into NVIDIA:branch-22.06 May 25, 2022
@gerashegalov gerashegalov deleted the gerashegalov/issue5513 branch May 25, 2022 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] NoClassDefFoundError with caller classloader off in GpuShuffleCoalesceIterator in local-cluster
4 participants